MCPcopy 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

insertMethod · 0.45
deleteMethod · 0.45
search_with_metricMethod · 0.45
searchMethod · 0.45
get_vectorMethod · 0.45
get_vector_rawMethod · 0.45
is_deletedMethod · 0.45
insert_tombstonedMethod · 0.45
tombstone_countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected