MCPcopy Index your code
hub / github.com/brianc/node-postgres / sendSCRAMClientFinalMessage

Function sendSCRAMClientFinalMessage

packages/pg-protocol/src/serializer.ts:56–58  ·  view source on GitHub ↗
(additionalData: string)

Source from the content-addressed store, hash-verified

54}
55
56const sendSCRAMClientFinalMessage = function (additionalData: string): Buffer {
57 return writer.addString(additionalData).flush(code.startup)
58}
59
60const query = (text: string): Buffer => {
61 return writer.addCString(text).flush(code.query)

Callers

nothing calls this directly

Calls 2

flushMethod · 0.45
addStringMethod · 0.45

Tested by

no test coverage detected