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

Function AuthenticationCleartextPassword

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

Source from the content-addressed store, hash-verified

684
685 /* c8 ignore next 5 */
686 async function AuthenticationCleartextPassword() {
687 const payload = await Pass()
688 write(
689 b().p().str(payload).z(1).end()
690 )
691 }
692
693 async function AuthenticationMD5Password(x) {
694 const payload = 'md5' + (

Callers

nothing calls this directly

Calls 3

PassFunction · 0.70
writeFunction · 0.70
endMethod · 0.65

Tested by

no test coverage detected