Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb-vector/src/flat.rs:269–271 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
267
}
268
269
pub fn len(&self) -> usize {
270
self.deleted.len()
271
}
272
273
pub fn live_count(&self) -> usize {
274
self.live_count
Callers
11
insert
Method · 0.45
delete
Method · 0.45
search_with_metric
Method · 0.45
search
Method · 0.45
search_filtered_offset_with_metric
Method · 0.45
search_filtered_offset
Method · 0.45
get_vector
Method · 0.45
get_vector_raw
Method · 0.45
is_deleted
Method · 0.45
insert_tombstoned
Method · 0.45
tombstone_count
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected