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

Function parseCopyOutMessage

packages/pg-protocol/src/parser.ts:260–260  ·  view source on GitHub ↗
(reader: BufferReader)

Source from the content-addressed store, hash-verified

258const parseCopyInMessage = (reader: BufferReader) => parseCopyMessage(reader, 'copyInResponse')
259
260const parseCopyOutMessage = (reader: BufferReader) => parseCopyMessage(reader, 'copyOutResponse')
261
262const parseCopyMessage = (reader: BufferReader, messageName: MessageName) => {
263 const isBinary = reader.byte() !== 0

Callers 1

handlePacketMethod · 0.85

Calls 1

parseCopyMessageFunction · 0.85

Tested by

no test coverage detected