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

Method artifact_dir

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

Source from the content-addressed store, hash-verified

50 }
51
52 fn artifact_dir(&self, id: &str) -> PathBuf {
53 self.dir.join("artifacts").join(safe_session_id(id))
54 }
55
56 fn trace_path(&self, id: &str) -> PathBuf {
57 self.dir

Callers 3

deleteMethod · 0.80
save_artifactsMethod · 0.80
load_artifactsMethod · 0.80

Calls 1

safe_session_idFunction · 0.85

Tested by

no test coverage detected