TQ\Vcs\StreamWrapper\RepositoryRegistry::hasRepository PHP Method

hasRepository() public method

Returns true if the repository is registered in the map
public hasRepository ( string $key ) : boolean
$key string The key
return boolean
    public function hasRepository($key)
    {
        return isset($this->map[$key]);
    }