MCPcopy Index your code
hub / github.com/RustPython/RustPython / set_triggered

Function set_triggered

crates/vm/src/signal.rs:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90pub(crate) fn set_triggered() {
91 ANY_TRIGGERED.store(true, Ordering::Release);
92}
93
94#[inline(always)]
95pub(crate) fn is_triggered() -> bool {

Callers 3

trigger_signalsFunction · 0.85
sendMethod · 0.85
run_signalFunction · 0.85

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected