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

Function connectTimedOut

cjs/src/connection.js:261–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 }
260
261 function connectTimedOut() {
262 errored(Errors.connection('CONNECT_TIMEOUT', options, socket))
263 socket.destroy()
264 }
265
266 async function secure() {
267 if (sslnegotiation !== 'direct') {

Callers

nothing calls this directly

Calls 1

erroredFunction · 0.70

Tested by

no test coverage detected