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

Method popped

crates/compiler-core/src/bytecode/instruction.rs:1660–1662  ·  view source on GitHub ↗

Get the popped count.

(self)

Source from the content-addressed store, hash-verified

1658
1659 /// Get the popped count.
1660 pub const fn popped(self) -> u32 {
1661 self.popped
1662 }
1663}
1664
1665impl From<StackEffect> for i32 {

Callers 3

mark_stacksFunction · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected