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

Method fmt

nodedb/src/engine/array/store/segment_handle.rs:153–159  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

151
152impl std::fmt::Debug for SegmentHandle {
153 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
154 f.debug_struct("SegmentHandle")
155 .field("id", &self.id)
156 .field("schema_hash", &format_args!("{:x}", self.schema_hash))
157 .field("tile_count", &self.tile_count)
158 .finish()
159 }
160}

Callers

nothing calls this directly

Calls 2

fieldMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected