Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ NegotiateProtocolVersion
Function
NegotiateProtocolVersion
deno/src/connection.js:936–938 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
934
935
/* c8 ignore next 3 */
936
function
NegotiateProtocolVersion() {
937
errored(Errors.notSupported(
'NegotiateProtocolVersion'
))
938
}
939
940
/* c8 ignore next 3 */
941
function
UnknownMessage(x) {
Callers
nothing calls this directly
Calls
1
errored
Function · 0.70
Tested by
no test coverage detected