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

Function handler

cjs/src/index.js:227–231  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

225 return sql
226
227 function handler(q) {
228 c.queue === full
229 ? queue.push(q)
230 : c.execute(q) || move(c, full)
231 }
232 }
233
234 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