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

Method completed

core/src/orchestration/checkpoint.rs:68–73  ·  view source on GitHub ↗

The completed steps as a `task_id -> outcome` map.

(&self)

Source from the content-addressed store, hash-verified

66
67 /// The completed steps as a `task_id -> outcome` map.
68 pub fn completed(&self) -> HashMap<String, StepOutcome> {
69 self.steps
70 .iter()
71 .map(|r| (r.task_id.clone(), r.outcome.clone()))
72 .collect()
73 }
74
75 /// Reject a checkpoint written by a *newer*, incompatible schema version
76 /// than this build understands — mirrors

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected