Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ handler
Function
handler
cf/src/index.js:228–232 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
226
return
sql
227
228
function
handler(q) {
229
c.queue === full
230
? queue.push(q)
231
: c.execute(q) || move(c, full)
232
}
233
}
234
235
async
function
begin(options, fn) {
Callers
1
file
Function · 0.70
Calls
5
move
Function · 0.70
go
Function · 0.70
connect
Function · 0.70
execute
Method · 0.65
catch
Method · 0.45
Tested by
no test coverage detected