Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ lasti
Method
lasti
crates/vm/src/frame.rs:837–839 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
835
}
836
837
pub fn lasti(&self) -> u32 {
838
self.lasti.load(Relaxed)
839
}
840
841
pub fn set_lasti(&self, val: u32) {
842
self.lasti.store(val, Relaxed);
Callers
15
dump_frame_from_raw
Function · 0.80
dump_frame_from_ref
Function · 0.80
send_none
Method · 0.80
send
Method · 0.80
close
Method · 0.80
suspended
Method · 0.80
current_location
Method · 0.80
run
Method · 0.80
yield_from_target
Method · 0.80
gen_throw
Method · 0.80
execute_instruction
Method · 0.80
execute_instrumented
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected