MCPcopy Create free account
hub / github.com/brianc/node-postgres / fn

Function fn

packages/pg-native/index.js:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80Client.prototype.prepare = function (statementName, text, nParams, cb) {
81 const self = this
82 const fn = function () {
83 return self.pq.sendPrepare(statementName, text, nParams)
84 }
85
86 self._dispatchQuery(self.pq, fn, function (err) {
87 if (err) return cb(err)

Callers 2

index.jsFile · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected