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

Method fmt

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

Source from the content-addressed store, hash-verified

27
28impl Display for CommitListItem {
29 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
30 write!(
31 f,
32 "CommitListItem {{ hash: {}, timestamp: {}}}",
33 self.hash, self.timestamp
34 )
35 }
36}
37
38impl TreeSerialization for CommitListItem {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected