Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ reconnect
Function
reconnect
cjs/src/connection.js:361–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
359
}
360
361
function
reconnect() {
362
setTimeout(connect, closedTime ? Math.max(0, closedTime + delay - performance.now()) : 0)
363
}
364
365
function
connected() {
366
try {
Callers
2
connect
Function · 0.70
closed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected