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

Function log

packages/pg-cloudflare/src/index.ts:167–169  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

165}
166
167function log(...args: unknown[]) {
168 debug && console.log(...args.map(dump))
169}

Callers 7

connectMethod · 0.70
_listenMethod · 0.70
_listenOnceMethod · 0.70
writeMethod · 0.70
endMethod · 0.70
destroyMethod · 0.70
_addClosedHandlerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected