MCPcopy Create free account
hub / github.com/CodeBendKit/codeseek / registry_path

Method registry_path

rust-core/src/storage/persistence.rs:228–230  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

226 // ---- Projects registry (for parsed projects) ----
227
228 fn registry_path(&self) -> PathBuf {
229 self.base_dir.join("projects.json")
230 }
231
232 fn load_registry(&self) -> io::Result<ProjectsRegistry> {
233 let path = self.registry_path();

Callers 2

load_registryMethod · 0.80
save_registryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected