Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb-vector/src/collection/codec_dispatch.rs:52–54 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
50
}
51
52
pub fn is_empty(&self) -> bool {
53
self.len() == 0
54
}
55
56
/// Quantization tag for stats reporting.
57
pub fn quantization(&self) -> &'static str {
Callers
1
build_collection_codec
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected