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

Method fmt

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

Source from the content-addressed store, hash-verified

220 V: SparseMapValue<K> + fmt::Debug,
221{
222 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
223 f.debug_map()
224 .entries(self.values().map(|v| (v.key(), v)))
225 .finish()
226 }
227}
228
229/// Iterating over the elements of a set.

Callers

nothing calls this directly

Calls 5

finishMethod · 0.45
entriesMethod · 0.45
mapMethod · 0.45
valuesMethod · 0.45
keyMethod · 0.45

Tested by

no test coverage detected