Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
aborted
Function · 0.45
loop_inner
Method · 0.45
process_stream
Method · 0.45
stream_from_input
Method · 0.45
collect_stream
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected