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

Function Pass

deno/src/connection.js:752–757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

SASLContinueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected