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

Method rtree

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

Source from the content-addressed store, hash-verified

137 }
138
139 pub fn rtree(&self) -> &HilbertPackedRTree {
140 &self.rtree
141 }
142
143 /// Build a borrowing `SegmentReader`. The reader must not outlive
144 /// the handle reference it was built from.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected