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

Method pending_unwind_from_stack

crates/vm/src/frame.rs:853–855  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

851 }
852
853 pub(crate) fn pending_unwind_from_stack(&self) -> i64 {
854 self.pending_unwind_from_stack.load(Relaxed)
855 }
856
857 pub(crate) fn set_pending_unwind_from_stack(&self, val: i64) {
858 self.pending_unwind_from_stack.store(val, Relaxed);

Callers 1

runMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected