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

Method load_artifacts

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

Source from the content-addressed store, hash-verified

93 }
94
95 async fn load_artifacts(&self, id: &str) -> Result<Option<ArtifactStore>> {
96 Ok(self.artifacts.read().await.get(id).cloned())
97 }
98
99 async fn save_trace_events(&self, id: &str, events: &[TraceEvent]) -> Result<()> {
100 self.trace_events

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected