Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ connect
Function
connect
cjs/src/index.js:391–395 ·
view source on GitHub ↗
(c, query)
Source
from the content-addressed store, hash-verified
389
}
390
391
function
connect(c, query) {
392
move(c, connecting)
393
c.connect(query)
394
return
c
395
}
396
397
function
onend(c) {
398
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