MCPcopy Create free account
hub / github.com/porsager/postgres / reconnect

Function reconnect

cf/src/connection.js:363–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 }
362
363 function reconnect() {
364 setTimeout(connect, closedTime ? Math.max(0, closedTime + delay - performance.now()) : 0)
365 }
366
367 function connected() {
368 try {

Callers 2

connectFunction · 0.70
closedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected