MCPcopy Index your code
hub / github.com/electric-sql/pglite / sendSCRAMClientFinalMessage

Function sendSCRAMClientFinalMessage

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

Source from the content-addressed store, hash-verified

63}
64
65const sendSCRAMClientFinalMessage = (additionalData: string): Uint8Array => {
66 return writer.addString(additionalData).flush(code.startup)
67}
68
69const query = (text: string): Uint8Array => {
70 return writer.addCString(text).flush(code.query)

Callers

nothing calls this directly

Calls 2

flushMethod · 0.65
addStringMethod · 0.45

Tested by

no test coverage detected