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

Method fmt

pulley/src/regs.rs:153–155  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

151
152impl fmt::Display for AnyReg {
153 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
154 fmt::Debug::fmt(self, f)
155 }
156}
157
158impl fmt::Debug for AnyReg {

Callers

nothing calls this directly

Calls 3

fmtFunction · 0.85
finishMethod · 0.45
entriesMethod · 0.45

Tested by

no test coverage detected