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

Method load_run_records

core/src/store/memory_store.rs:119–121  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

117 }
118
119 async fn load_run_records(&self, id: &str) -> Result<Option<Vec<RunRecord>>> {
120 Ok(self.run_records.read().await.get(id).cloned())
121 }
122
123 async fn save_verification_reports(
124 &self,

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected