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

Function handler

cf/src/index.js:228–232  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

226 return sql
227
228 function handler(q) {
229 c.queue === full
230 ? queue.push(q)
231 : c.execute(q) || move(c, full)
232 }
233 }
234
235 async function begin(options, fn) {

Callers 1

fileFunction · 0.70

Calls 5

moveFunction · 0.70
goFunction · 0.70
connectFunction · 0.70
executeMethod · 0.65
catchMethod · 0.45

Tested by

no test coverage detected