MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / fmt

Method fmt

crates/commitlog/src/tests/bitflip.rs:58–64  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

56
57impl fmt::Debug for Inputs {
58 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
59 f.debug_struct("Inputs")
60 .field("byte_pos", &self.byte_pos)
61 .field("bit_mask", &self.bit_mask)
62 .field("segment_offset", &self.segment_offset)
63 .finish()
64 }
65}
66
67impl Inputs {

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected