MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / idx

Method idx

cranelift/codegen/src/timing.rs:80–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78
79impl Pass {
80 fn idx(self) -> usize {
81 self as usize
82 }
83
84 /// Description of the pass.
85 pub fn description(self) -> &'static str {

Callers 2

descriptionMethod · 0.80
dropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected