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

Method set_lasti

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

Source from the content-addressed store, hash-verified

839 }
840
841 pub fn set_lasti(&self, val: u32) {
842 self.lasti.store(val, Relaxed);
843 }
844
845 pub(crate) fn pending_stack_pops(&self) -> u32 {
846 self.pending_stack_pops.load(Relaxed)

Callers 1

set_f_linenoMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected