Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ pop_value
Function
pop_value
crates/vm/src/builtins/frame.rs:68–70 ·
view source on GitHub ↗
(stack: i64)
Source
from the content-addressed store, hash-verified
66
}
67
68
pub fn pop_value(stack: i64) -> i64 {
69
stack >> BITS_PER_BLOCK
70
}
71
72
pub fn top_of_stack(stack: i64) -> i64 {
73
stack & MASK
Callers
5
unwind_stack_for_lineno
Method · 0.85
pop_to_level
Function · 0.85
compatible_stack
Function · 0.85
mark_stacks
Function · 0.85
set_f_lineno
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected