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

Function password

packages/pg-protocol/src/serializer.ts:48–50  ·  view source on GitHub ↗
(password: string)

Source from the content-addressed store, hash-verified

46}
47
48const password = (password: string): Uint8Array => {
49 return writer.addCString(password).flush(code.startup)
50}
51
52const sendSASLInitialResponseMessage = (
53 mechanism: string,

Callers

nothing calls this directly

Calls 2

flushMethod · 0.65
addCStringMethod · 0.45

Tested by

no test coverage detected