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

Function serialization

nodedb/src/control/gateway/error_map.rs:191–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 fn serialization() -> Error {
192 Error::Serialization {
193 format: "msgpack".into(),
194 detail: "bad encoding".into(),
195 }
196 }
197
198 // --- pgwire mapping ---
199

Callers 9

parse_vector_search_jsonFunction · 0.85
document_get_implMethod · 0.85
document_put_implMethod · 0.85
vector_insert_implMethod · 0.85
sendMethod · 0.85
fromMethod · 0.85
pgwire_serializationFunction · 0.85

Calls

no outgoing calls

Tested by 1

pgwire_serializationFunction · 0.68