MCPcopy Create free account
hub / github.com/AI45Lab/Code / verification_path

Method verification_path

core/src/store/file_store.rs:62–66  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

60 }
61
62 fn verification_path(&self, id: &str) -> PathBuf {
63 self.dir
64 .join("verification")
65 .join(format!("{}.json", safe_session_id(id)))
66 }
67
68 fn runs_path(&self, id: &str) -> PathBuf {
69 self.dir

Callers 3

deleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected