Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ connect
Function
connect
cf/src/index.js:392–396 ·
view source on GitHub ↗
(c, query)
Source
from the content-addressed store, hash-verified
390
}
391
392
function
connect(c, query) {
393
move(c, connecting)
394
c.connect(query)
395
return
c
396
}
397
398
function
onend(c) {
399
move(c, ended)
Callers
3
reserve
Function · 0.70
handler
Function · 0.70
onclose
Function · 0.70
Calls
1
move
Function · 0.70
Tested by
no test coverage detected