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

Method fmt

cranelift/codegen/src/ir/function.rs:482–484  ·  view source on GitHub ↗
(&self, fmt: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

480
481impl<'a> fmt::Display for DisplayFunction<'a> {
482 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
483 write_function(fmt, self.0)
484 }
485}
486
487impl fmt::Display for Function {

Callers

nothing calls this directly

Calls 2

write_functionFunction · 0.85
write_function_specFunction · 0.85

Tested by

no test coverage detected