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

Function onexecute

cjs/src/index.js:299–305  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

moveFunction · 0.70
executeMethod · 0.65

Tested by

no test coverage detected