MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / fmt

Method fmt

src/structures/metadata_index.rs:46–48  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

44
45impl Display for KVPair {
46 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
47 write!(f, "KVPair {{ key: {}, value: {} }}", self.key, self.value)
48 }
49}
50
51impl TreeSerialization for KVPair {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected