Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_search
Function · 0.80
index_embedding
Function · 0.80
delete_embedding
Function · 0.80
assert_eq
Method · 0.80
serialize
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
1
assert_eq
Method · 0.64