Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ pushed
Method
pushed
crates/compiler-core/src/bytecode/instruction.rs:1655–1657 ·
view source on GitHub ↗
Get the pushed count.
(self)
Source
from the content-addressed store, hash-verified
1653
1654
/// Get the pushed count.
1655
pub const fn pushed(self) -> u32 {
1656
self.pushed
1657
}
1658
1659
/// Get the popped count.
1660
pub const fn popped(self) -> u32 {
Callers
3
mark_stacks
Function · 0.80
optimize_load_fast_borrow
Method · 0.80
from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected