Gittern\Transport\Packfile::hasSha PHP 메소드

hasSha() 공개 메소드

public hasSha ( $sha )
    public function hasSha($sha)
    {
        if ($this->index) {
            return $this->index->hasSha($sha);
        } else {
            throw new \BadMethodCallException("hasSha without index is not implemented yet.");
        }
    }