Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brianc/node-postgres
/ cb
Function
cb
packages/pg-pool/index.js:36–38 ·
view source on GitHub ↗
(err, client)
Source
from the content-addressed store, hash-verified
34
let
rej
35
let
res
36
const
cb =
function
(err, client) {
37
err ? rej(err) : res(client)
38
}
39
const
result =
new
Promise(
function
(resolve, reject) {
40
res = resolve
41
rej = reject
Callers
15
connect
Method · 0.85
query
Method · 0.85
onError
Method · 0.85
end
Method · 0.85
connection-strings.js
File · 0.85
events.js
File · 0.85
verify.js
File · 0.85
connection-timeout.js
File · 0.85
index.js
File · 0.85
copy-stream.js
File · 0.85
readError
Function · 0.85
onReadable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected