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

Method snapshot

core/src/run.rs:202–204  ·  view source on GitHub ↗
(&self, run_id: &str)

Source from the content-addressed store, hash-verified

200 }
201
202 pub async fn snapshot(&self, run_id: &str) -> Option<RunSnapshot> {
203 self.runs.read().await.get(run_id).cloned()
204 }
205
206 pub async fn events(&self, run_id: &str) -> Vec<RunEventRecord> {
207 self.events

Calls 1

getMethod · 0.45

Tested by

no test coverage detected