MCPcopy Create free account
hub / github.com/porsager/postgres / Close

Function Close

cf/src/connection.js:991–996  ·  view source on GitHub ↗
(portal = '')

Source from the content-addressed store, hash-verified

989 }
990
991 function Close(portal = '') {
992 return Buffer.concat([
993 b().C().str('P').str(portal + b.N).end(),
994 b().S().end()
995 ])
996 }
997
998 function StartupMessage() {
999 return cancelMessage || b().inc(4).i16(3).z(2).str(

Callers 1

PortalSuspendedFunction · 0.70

Calls 1

endMethod · 0.65

Tested by

no test coverage detected