Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_embedding
Function · 0.80
test_prob_lazy_item_cyclic_serialization
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_prob_lazy_item_cyclic_serialization
Function · 0.64