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

Function connect

cf/src/index.js:392–396  ·  view source on GitHub ↗
(c, query)

Source from the content-addressed store, hash-verified

390 }
391
392 function connect(c, query) {
393 move(c, connecting)
394 c.connect(query)
395 return c
396 }
397
398 function onend(c) {
399 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