MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / fmt

Method fmt

nodedb-mem/src/reservation_token.rs:136–143  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

134
135impl std::fmt::Debug for ReservationToken {
136 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
137 f.debug_struct("ReservationToken")
138 .field("size", &self.size)
139 .field("db", &self.db)
140 .field("tenant", &self.tenant)
141 .field("engine", &self.engine)
142 .finish()
143 }
144}
145
146#[cfg(test)]

Callers

nothing calls this directly

Calls 2

fieldMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected