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

Method valfmt

cranelift/bforest/src/node.rs:542–544  ·  view source on GitHub ↗
(&self, _: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

540
541impl ValDisp for SetValue {
542 fn valfmt(&self, _: &mut fmt::Formatter) -> fmt::Result {
543 Ok(())
544 }
545}
546
547impl<T: fmt::Display> ValDisp for T {

Callers 1

fmtMethod · 0.80

Calls 1

OkFunction · 0.85

Tested by

no test coverage detected