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

Function reconnect

deno/src/connection.js:364–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

connectFunction · 0.70
closedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected