Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ fmt
Method
fmt
cranelift/codegen/src/cfg_printer.rs:80–82 ·
view source on GitHub ↗
(&self, f: &mut Formatter)
Source
from the content-addressed store, hash-verified
78
79
impl<
'a> Display for CFGPrinter<'
a> {
80
fn fmt(&self, f: &mut Formatter) -> Result {
81
self.write(f)
82
}
83
}
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected