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

Function onexecute

cf/src/index.js:300–306  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

298 }
299
300 function onexecute(c) {
301 connection = c
302 move(c, reserved)
303 c.reserved = () => queries.length
304 ? c.execute(queries.shift())
305 : move(c, reserved)
306 }
307 }
308
309 function move(c, queue) {

Callers

nothing calls this directly

Calls 2

moveFunction · 0.70
executeMethod · 0.65

Tested by

no test coverage detected