Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/brianc/node-postgres
/ connection-timeout.js
File
connection-timeout.js
packages/pg-pool/test/connection-timeout.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
2
const
net = require(
'net'
)
3
const
co = require(
'co'
)
4
const
expect = require(
'expect.js'
)
Callers
nothing calls this directly
Calls
9
describe
Function · 0.85
expect
Function · 0.85
cb
Function · 0.85
bind
Method · 0.80
after
Function · 0.50
close
Method · 0.45
connect
Method · 0.45
end
Method · 0.45
query
Method · 0.45
Tested by
no test coverage detected