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

Method run_snapshot

core/src/agent_api/session_runs.rs:37–39  ·  view source on GitHub ↗
(&self, run_id: &str)

Source from the content-addressed store, hash-verified

35 }
36
37 pub(super) async fn run_snapshot(&self, run_id: &str) -> Option<crate::run::RunSnapshot> {
38 self.session.run_store.snapshot(run_id).await
39 }
40
41 pub(super) async fn run_events(&self, run_id: &str) -> Vec<crate::run::RunEventRecord> {
42 self.session.run_store.events(run_id).await

Callers

nothing calls this directly

Calls 1

snapshotMethod · 0.45

Tested by

no test coverage detected