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

Method fmt

crates/cranelift/src/builder.rs:153–157  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

151
152impl fmt::Debug for Builder {
153 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
154 f.debug_struct("Builder")
155 .field("shared_flags", &self.inner.shared_flags().to_string())
156 .finish()
157 }
158}

Callers

nothing calls this directly

Calls 4

shared_flagsMethod · 0.80
finishMethod · 0.45
fieldMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected