Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb-vector/src/collection/lifecycle.rs:283–285 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
281
}
282
283
pub fn is_empty(&self) -> bool {
284
self.live_count() == 0
285
}
286
287
pub fn dim(&self) -> usize {
288
self.dim
Callers
7
stats
Method · 0.45
seal
Method · 0.45
growing_is_empty
Method · 0.45
from_checkpoint
Method · 0.45
build_sidecar
Function · 0.45
build_sq8_for_index
Method · 0.45
build_pq_for_index
Method · 0.45
Calls
1
live_count
Method · 0.45
Tested by
no test coverage detected