MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_empty

Method is_empty

nodedb-vector/src/ivf.rs:208–210  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

206 }
207
208 pub fn is_empty(&self) -> bool {
209 self.count == 0
210 }
211
212 pub fn dim(&self) -> usize {
213 self.dim

Callers 1

searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected