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

Method load_verification_reports

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

Source from the content-addressed store, hash-verified

133 }
134
135 async fn load_verification_reports(&self, id: &str) -> Result<Option<Vec<VerificationReport>>> {
136 Ok(self.verification_reports.read().await.get(id).cloned())
137 }
138
139 async fn save_subagent_tasks(&self, id: &str, tasks: &[SubagentTaskSnapshot]) -> Result<()> {
140 self.subagent_tasks

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected