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