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

Function copyFail

packages/pg-protocol/src/serializer.ts:263–265  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

261}
262
263const copyFail = (message: string): Uint8Array => {
264 return cstringMessage(code.copyFail, message)
265}
266
267const codeOnlyBuffer = (code: code): Uint8Array =>
268 new Uint8Array([code, 0x00, 0x00, 0x00, 0x04])

Callers

nothing calls this directly

Calls 1

cstringMessageFunction · 0.85

Tested by

no test coverage detected