MCPcopy Index your code
hub / github.com/brianc/node-postgres / bench.js

File bench.js

packages/pg/bench.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const pg = require('./lib')
2
3const params = {
4 text: 'select typname, typnamespace, typowner, typlen, typbyval, typcategory, typispreferred, typisdefined, typdelim, typrelid, typelem, typarray from pg_type where typtypmod = $1 and typisdefined = $2',

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected