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

Method name

nodedb-vector/src/rerank/sidecar.rs:214–216  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

212 }
213
214 fn name(&self) -> CodecName {
215 CodecName::Binary
216 }
217
218 fn to_bytes(&self) -> Result<Vec<u8>, RerankError> {
219 Err(RerankError::BadInput(

Callers 3

spawn_builderFunction · 0.45
codec_nameMethod · 0.45
to_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected