MCPcopy 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

statsMethod · 0.45
sealMethod · 0.45
growing_is_emptyMethod · 0.45
from_checkpointMethod · 0.45
build_sidecarFunction · 0.45
build_sq8_for_indexMethod · 0.45
build_pq_for_indexMethod · 0.45

Calls 1

live_countMethod · 0.45

Tested by

no test coverage detected