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

Method is_empty

nodedb-vector/src/rerank/sidecar.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.encoded.is_empty()
54 }
55
56 /// Serialize the sidecar (codec state + all encoded vectors) to bytes.
57 ///

Callers 5

rerankFunction · 0.45
trainMethod · 0.45
trainMethod · 0.45
trainMethod · 0.45
trainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected