MCPcopy Index your code
hub / github.com/AI45Lab/Code / cancel_confirmations

Method cancel_confirmations

sdk/python/src/lib.rs:2435–2438  ·  view source on GitHub ↗

Cancel all pending HITL confirmations for this session.

(&self, py: Python<'_>)

Source from the content-addressed store, hash-verified

2433
2434 /// Cancel all pending HITL confirmations for this session.
2435 fn cancel_confirmations(&self, py: Python<'_>) -> usize {
2436 let session = self.inner.clone();
2437 py.allow_threads(move || get_runtime().block_on(session.cancel_confirmations()))
2438 }
2439
2440 /// Get optional queue statistics.
2441 ///

Callers 1

mainFunction · 0.45

Calls 3

block_onMethod · 0.80
get_runtimeFunction · 0.70
cloneMethod · 0.45

Tested by

no test coverage detected