MCPcopy 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

rerankFunction · 0.45
distance_preparedMethod · 0.45
rerank_codec_from_bytesFunction · 0.45
to_bytesMethod · 0.45
from_bytesMethod · 0.45
distance_preparedMethod · 0.45
encodeMethod · 0.45
prepare_queryMethod · 0.45
encode_payloadFunction · 0.45
decode_payloadFunction · 0.45
encodeMethod · 0.45
prepare_queryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected