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

Function get_sigint_event

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

Source from the content-addressed store, hash-verified

183
184#[cfg(windows)]
185pub fn get_sigint_event() -> Option<isize> {
186 let handle = SIGINT_EVENT.load(Ordering::Acquire);
187 if handle == 0 { None } else { Some(handle) }
188}

Callers 2

run_signalFunction · 0.85

Calls 2

SomeClass · 0.50
loadMethod · 0.45

Tested by

no test coverage detected