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

Function go

cf/src/index.js:345–349  ·  view source on GitHub ↗
(c, query)

Source from the content-addressed store, hash-verified

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

Callers 1

handlerFunction · 0.70

Calls 2

moveFunction · 0.70
executeMethod · 0.65

Tested by

no test coverage detected