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

Method fmt

crates/wasmtime/src/runtime/module.rs:166–170  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

164
165impl fmt::Debug for Module {
166 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
167 f.debug_struct("Module")
168 .field("name", &self.name())
169 .finish_non_exhaustive()
170 }
171}
172
173impl fmt::Debug for ModuleInner {

Callers

nothing calls this directly

Calls 4

fieldMethod · 0.45
nameMethod · 0.45
as_refMethod · 0.45
moduleMethod · 0.45

Tested by

no test coverage detected