Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
impl 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_empty
Method · 0.45
make_backing
Function · 0.45
stable_predicates
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected