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

Method trace_path

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

Source from the content-addressed store, hash-verified

54 }
55
56 fn trace_path(&self, id: &str) -> PathBuf {
57 self.dir
58 .join("traces")
59 .join(format!("{}.json", safe_session_id(id)))
60 }
61
62 fn verification_path(&self, id: &str) -> PathBuf {
63 self.dir

Callers 3

deleteMethod · 0.80
save_trace_eventsMethod · 0.80
load_trace_eventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected