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

Method fmt

cranelift/bitset/src/compound.rs:56–59  ·  view source on GitHub ↗
(&self, f: &mut core::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

54
55impl core::fmt::Debug for CompoundBitSet {
56 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
57 write!(f, "CompoundBitSet ")?;
58 f.debug_set().entries(self.iter()).finish()
59 }
60}
61
62impl CompoundBitSet {

Callers

nothing calls this directly

Calls 3

finishMethod · 0.45
entriesMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected