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

Method status

core/src/run.rs:439–441  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

437 }
438
439 pub async fn status(&self) -> Option<RunStatus> {
440 self.snapshot().await.map(|snapshot| snapshot.status)
441 }
442
443 pub async fn cancel(&self) -> bool {
444 let current_run_id = self.current_run_id.lock().await.clone();

Callers

nothing calls this directly

Calls 1

snapshotMethod · 0.45

Tested by

no test coverage detected