Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ idx
Method
idx
crates/codegen/src/ir.rs:64–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
/// Returns the inner value as a [`usize`].
63
#[must_use]
64
pub const fn idx(self) -> usize {
65
self.0 as usize
66
}
67
}
68
69
impl From<BlockIdx> for u32 {
Callers
15
switch_to_block
Method · 0.80
index
Method · 0.80
index_mut
Method · 0.80
finalize_code
Method · 0.80
eliminate_unreachable_blocks
Method · 0.80
max_stackdepth
Method · 0.80
stackdepth_push
Function · 0.80
generate_exception_table
Function · 0.80
mark_except_handlers
Function · 0.80
mark_cold
Function · 0.80
push_cold_blocks_to_end
Function · 0.80
jump_threading
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected