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

Method get_child

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

Source from the content-addressed store, hash-verified

189 }
190
191 pub fn get_child(&self) -> SharedLatestNode {
192 self.child.load(Ordering::Acquire)
193 }
194
195 pub fn set_child(&self, child: SharedLatestNode) {
196 self.child.store(child, Ordering::Release);

Callers 5

ann_searchFunction · 0.80
index_embeddingFunction · 0.80
delete_embeddingFunction · 0.80
assert_eqMethod · 0.80
serializeMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by 1

assert_eqMethod · 0.64