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

Function Pass

cf/src/connection.js:751–756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

SASLContinueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected