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

Method record_run_cancelled

core/src/ahp/executor.rs:883–885  ·  view source on GitHub ↗
(&self, run_id: &str, session_id: &str, reason: Option<&str>)

Source from the content-addressed store, hash-verified

881 }
882
883 async fn record_run_cancelled(&self, run_id: &str, session_id: &str, reason: Option<&str>) {
884 self.publish_run_cancelled(run_id, session_id, reason).await;
885 }
886}
887
888#[cfg(test)]

Callers 3

cancelMethod · 0.45
closeMethod · 0.45
cancelMethod · 0.45

Calls 1

publish_run_cancelledMethod · 0.80

Tested by

no test coverage detected