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

Method cancel_confirmations

core/src/agent_api/session_hitl.rs:43–48  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

41 }
42
43 pub(super) async fn cancel_confirmations(&self) -> usize {
44 match &self.session.config.confirmation_manager {
45 Some(manager) => manager.cancel_all().await,
46 None => 0,
47 }
48 }
49}

Callers

nothing calls this directly

Calls 1

cancel_allMethod · 0.45

Tested by

no test coverage detected