MCPcopy 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
69impl From<BlockIdx> for u32 {

Callers 15

switch_to_blockMethod · 0.80
indexMethod · 0.80
index_mutMethod · 0.80
finalize_codeMethod · 0.80
max_stackdepthMethod · 0.80
stackdepth_pushFunction · 0.80
generate_exception_tableFunction · 0.80
mark_except_handlersFunction · 0.80
mark_coldFunction · 0.80
push_cold_blocks_to_endFunction · 0.80
jump_threadingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected