Searched defs:RepoConfig (Results 1 – 2 of 2) sorted by relevance
23 pub struct RepoConfig { struct42 impl RepoConfig { impl45 pub fn read(managed_repo_dir: impl AsRef<Path>) -> Result<RepoConfig, Error> { in read()
75 pub fn config(&self) -> &RepoConfig { in config()