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