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

Method bytes

packages/pg-protocol/src/buffer-reader.ts:53–57  ·  view source on GitHub ↗
(length: number)

Source from the content-addressed store, hash-verified

51 }
52
53 public bytes(length: number): Buffer {
54 const result = this.buffer.slice(this.offset, this.offset + length)
55 this.offset += length
56 return result
57 }
58}

Callers 2

parseCopyDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected