MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / fmt

Method fmt

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

Source from the content-addressed store, hash-verified

356 V: fmt::Debug,
357{
358 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
359 f.debug_map()
360 .entries(self.iter().map(|(k, v)| (k, v)))
361 .finish()
362 }
363}
364
365/// Entry for an existing key-value pair in an [`SparseMap`]

Callers

nothing calls this directly

Calls 4

mapMethod · 0.80
keyMethod · 0.80
iterMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected