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

Function Close

cjs/src/connection.js:989–994  ·  view source on GitHub ↗
(portal = '')

Source from the content-addressed store, hash-verified

987 }
988
989 function Close(portal = '') {
990 return Buffer.concat([
991 b().C().str('P').str(portal + b.N).end(),
992 b().S().end()
993 ])
994 }
995
996 function StartupMessage() {
997 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