Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb-vector/src/rerank/sidecar.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
}
47
48
pub fn len(&self) -> usize {
49
self.encoded.len()
50
}
51
52
pub fn is_empty(&self) -> bool {
53
self.encoded.is_empty()
Callers
15
rerank
Function · 0.45
distance_prepared
Method · 0.45
rerank_codec_from_bytes
Function · 0.45
to_bytes
Method · 0.45
from_bytes
Method · 0.45
distance_prepared
Method · 0.45
encode
Method · 0.45
prepare_query
Method · 0.45
encode_payload
Function · 0.45
decode_payload
Function · 0.45
encode
Method · 0.45
prepare_query
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected