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

Function go

cjs/src/index.js:344–348  ·  view source on GitHub ↗
(c, query)

Source from the content-addressed store, hash-verified

342 }
343
344 function go(c, query) {
345 return c.execute(query)
346 ? move(c, busy)
347 : move(c, full)
348 }
349
350 function cancel(query) {
351 return new Promise((resolve, reject) => {

Callers 1

handlerFunction · 0.70

Calls 2

moveFunction · 0.70
executeMethod · 0.65

Tested by

no test coverage detected