MCPcopy 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

pop_to_levelFunction · 0.85
compatible_stackFunction · 0.85
mark_stacksFunction · 0.85
set_f_linenoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected