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