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

Method tile_count

nodedb-array/src/segment/writer.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80 }
81
82 pub fn tile_count(&self) -> usize {
83 self.entries.len()
84 }
85
86 /// Finalise the segment by appending the footer + trailer. Consumes
87 /// the writer and returns the complete byte vector.

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected