Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
impl fmt::Display for Pass {
Callers
1
fmt
Method · 0.80
Calls
2
idx
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected