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

Method is_cancelled

crates/opencode-util/src/util.rs:278–280  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

276 }
277
278 pub fn is_cancelled(&self) -> bool {
279 self.cancelled.load(Ordering::SeqCst)
280 }
281 }
282
283 impl Default for AbortController {

Callers 5

abortedFunction · 0.45
loop_innerMethod · 0.45
process_streamMethod · 0.45
stream_from_inputMethod · 0.45
collect_streamFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected