MCPcopy Create free account
hub / github.com/cosdata/cosdata / freeze

Method freeze

src/models/prob_node.rs:206–208  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

204 }
205
206 pub fn freeze(&self) -> RwLockReadGuard<'_, (u8, MetricResult)> {
207 self.lowest_index.read()
208 }
209
210 pub fn add_neighbor(
211 &self,

Callers 4

traverse_find_nearestFunction · 0.80
is_neighbors_emptyMethod · 0.80
clone_neighborsMethod · 0.80
serializeMethod · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected