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

Method fmt

cranelift/entity/src/set.rs:31–33  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

29 K: fmt::Debug + EntityRef,
30{
31 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
32 f.debug_set().entries(self.iter()).finish()
33 }
34}
35
36impl<K: EntityRef> Default for EntitySet<K> {

Callers

nothing calls this directly

Calls 3

finishMethod · 0.45
entriesMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected