MCPcopy
hub / github.com/brianc/node-postgres / callback

Function callback

packages/pg/test/unit/utils-tests.js:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16test('normalizing query configs', function () {
17 let config
18 const callback = function () {}
19
20 config = utils.normalizeQueryConfig({ text: 'TEXT' })
21 assert.same(config, { text: 'TEXT' })

Callers 13

_removeMethod · 0.85
copy-stream.jsFile · 0.85
_connectMethod · 0.85
test-helper.jsFile · 0.85
test-helper.jsFile · 0.85
startMockServerFunction · 0.85
testForTagFunction · 0.85
parseMethod · 0.85
writeMethod · 0.85
endMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected