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

Function pgwire_serialization

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

Source from the content-addressed store, hash-verified

237
238 #[test]
239 fn pgwire_serialization() {
240 let (code, _) = GatewayErrorMap::to_pgwire(&serialization());
241 assert_eq!(code, sqlstate::INTERNAL_ERROR);
242 }
243
244 // --- HTTP mapping ---
245

Callers

nothing calls this directly

Calls 1

serializationFunction · 0.85

Tested by

no test coverage detected