/** * @return bool */ function isHashed() { $this->assertRepoDefined(); return $this->repo->isHashed(); }