Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ connectTimedOut
Function
connectTimedOut
cf/src/connection.js:263–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
261
}
262
263
function
connectTimedOut() {
264
errored(Errors.connection(
'CONNECT_TIMEOUT'
, options, socket))
265
socket.destroy()
266
}
267
268
async
function
secure() {
269
if
(sslnegotiation !==
'direct'
) {
Callers
nothing calls this directly
Calls
1
errored
Function · 0.70
Tested by
no test coverage detected