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

Method description

cranelift/codegen/src/timing.rs:85–90  ·  view source on GitHub ↗

Description of the pass.

(self)

Source from the content-addressed store, hash-verified

83
84 /// Description of the pass.
85 pub fn description(self) -> &'static str {
86 match DESCRIPTIONS.get(self.idx()) {
87 Some(s) => s,
88 None => "<no pass>",
89 }
90 }
91}
92
93impl fmt::Display for Pass {

Callers 1

fmtMethod · 0.80

Calls 2

idxMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected