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

Method tile_count

nodedb/src/engine/array/store/segment_handle.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn tile_count(&self) -> usize {
136 self.tile_count
137 }
138
139 pub fn rtree(&self) -> &HilbertPackedRTree {
140 &self.rtree

Calls

no outgoing calls