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

Method load_trace_events

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

Source from the content-addressed store, hash-verified

105 }
106
107 async fn load_trace_events(&self, id: &str) -> Result<Option<Vec<TraceEvent>>> {
108 Ok(self.trace_events.read().await.get(id).cloned())
109 }
110
111 async fn save_run_records(&self, id: &str, records: &[RunRecord]) -> Result<()> {
112 self.run_records

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected