Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_json
Function · 0.85
parse_graph_traverse_json
Function · 0.85
document_get_impl
Method · 0.85
document_put_impl
Method · 0.85
vector_insert_impl
Method · 0.85
build_vector_search_request
Function · 0.85
send
Method · 0.85
from
Method · 0.85
pgwire_serialization
Function · 0.85
Calls
no outgoing calls
Tested by
1
pgwire_serialization
Function · 0.68