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

Method set_pending_stack_pops

crates/vm/src/frame.rs:849–851  ·  view source on GitHub ↗
(&self, val: u32)

Source from the content-addressed store, hash-verified

847 }
848
849 pub(crate) fn set_pending_stack_pops(&self, val: u32) {
850 self.pending_stack_pops.store(val, Relaxed);
851 }
852
853 pub(crate) fn pending_unwind_from_stack(&self) -> i64 {
854 self.pending_unwind_from_stack.load(Relaxed)

Callers 2

runMethod · 0.80
set_f_linenoMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected