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

Function pgwire_internal

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

Source from the content-addressed store, hash-verified

231
232 #[test]
233 fn pgwire_internal() {
234 let (code, _) = GatewayErrorMap::to_pgwire(&internal());
235 assert_eq!(code, sqlstate::INTERNAL_ERROR);
236 }
237
238 #[test]
239 fn pgwire_serialization() {

Callers

nothing calls this directly

Calls 1

internalFunction · 0.70

Tested by

no test coverage detected