Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handler
Function · 0.70
Calls
2
move
Function · 0.70
execute
Method · 0.65
Tested by
no test coverage detected