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

Method len

nodedb-vector/src/segment_backing/plain.rs:84–86  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

82impl VectorSegmentBacking for PlainMmapBacking {
83 #[inline]
84 fn len(&self) -> usize {
85 self.inner.count()
86 }
87
88 #[inline]
89 fn dim(&self) -> usize {

Callers 3

is_emptyMethod · 0.45
make_backingFunction · 0.45
stable_predicatesMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected