Searched refs:repoSize (Results 1 – 2 of 2) sorted by relevance
159 Repository(const std::filesystem::path& basePath, size_t repoSize,
61 Repository::Repository(const std::filesystem::path& basePath, size_t repoSize, in Repository() argument63 _logPath(basePath / "logs"), _maxRepoSize(repoSize), in Repository()