Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ onexecute
Function
onexecute
cjs/src/index.js:299–305 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
297
}
298
299
function
onexecute(c) {
300
connection = c
301
move(c, reserved)
302
c.reserved = () => queries.length
303
? c.execute(queries.shift())
304
: move(c, reserved)
305
}
306
}
307
308
function
move(c, queue) {
Callers
nothing calls this directly
Calls
2
move
Function · 0.70
execute
Method · 0.65
Tested by
no test coverage detected