MCPcopy Create free account
hub / github.com/RetypeOS/parcode / should_abort

Method should_abort

src/executor.rs:53–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51 }
52
53 fn should_abort(&self) -> bool {
54 self.abort_flag.load(Ordering::Relaxed)
55 }
56
57 fn capture_root_result(&self, result: ChildRef) {
58 let mut guard = self.root_result.lock().unwrap_or_else(|p| p.into_inner());

Callers 2

execute_graph_parallelFunction · 0.80
process_nodeFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected