Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ is_empty
Method
is_empty
src/models/atomic_array.rs:87–89 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
85
}
86
87
pub fn is_empty(&self) -> bool {
88
self.items[0].load(Ordering::SeqCst).is_null()
89
}
90
91
pub fn insert(&self, idx: usize, value: *mut T) {
92
self.items[idx].store(value, Ordering::SeqCst);
Callers
15
search_recursive_with_branching
Method · 0.45
search_recursive
Method · 0.45
parse_cos_graph_query
Function · 0.45
load_rustls_config
Function · 0.45
ann_search
Function · 0.45
index_embedding
Function · 0.45
create_node_edges
Function · 0.45
delete_embedding
Function · 0.45
gen_combinations
Function · 0.45
input_field_combinations
Method · 0.45
pseudo_nonroot_dimensions
Method · 0.45
new
Method · 0.45
Calls
1
load
Method · 0.80
Tested by
no test coverage detected