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

Function move

cf/src/index.js:309–317  ·  view source on GitHub ↗
(c, queue)

Source from the content-addressed store, hash-verified

307 }
308
309 function move(c, queue) {
310 c.queue.remove(c)
311 queue.push(c)
312 c.queue = queue
313 queue === open
314 ? c.idleTimer.start()
315 : c.idleTimer.cancel()
316 return c
317 }
318
319 function json(x) {
320 return new Parameter(x, 3802)

Callers 8

reserveFunction · 0.70
handlerFunction · 0.70
onexecuteFunction · 0.70
goFunction · 0.70
connectFunction · 0.70
onendFunction · 0.70
onopenFunction · 0.70
oncloseFunction · 0.70

Calls 1

cancelMethod · 0.65

Tested by

no test coverage detected