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

Function connect

cjs/src/index.js:391–395  ·  view source on GitHub ↗
(c, query)

Source from the content-addressed store, hash-verified

389 }
390
391 function connect(c, query) {
392 move(c, connecting)
393 c.connect(query)
394 return c
395 }
396
397 function onend(c) {
398 move(c, ended)

Callers 3

reserveFunction · 0.70
handlerFunction · 0.70
oncloseFunction · 0.70

Calls 1

moveFunction · 0.70

Tested by

no test coverage detected