MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / aborted

Function aborted

crates/opencode-util/src/util.rs:289–291  ·  view source on GitHub ↗
(controller: &AbortController)

Source from the content-addressed store, hash-verified

287 }
288
289 pub fn aborted(controller: &AbortController) -> bool {
290 controller.is_cancelled()
291 }
292}
293
294#[cfg(test)]

Callers

nothing calls this directly

Calls 1

is_cancelledMethod · 0.45

Tested by

no test coverage detected