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

Method set_child

src/models/prob_node.rs:195–197  ·  view source on GitHub ↗
(&self, child: SharedLatestNode)

Source from the content-addressed store, hash-verified

193 }
194
195 pub fn set_child(&self, child: SharedLatestNode) {
196 self.child.store(child, Ordering::Release);
197 }
198
199 pub fn get_id(&self) -> InternalId {
200 match &self.prop_metadata {

Callers 2

index_embeddingFunction · 0.80

Calls

no outgoing calls

Tested by 1