MCPcopy Create free account
hub / github.com/porsager/postgres / Pass

Function Pass

cjs/src/connection.js:749–754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747 }
748
749 function Pass() {
750 return Promise.resolve(typeof options.pass === 'function'
751 ? options.pass()
752 : options.pass
753 )
754 }
755
756 function NoData() {
757 result.statement = query.statement

Callers 3

SASLContinueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected