Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_lineno
Method · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected