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

Method byte

packages/pg-protocol/src/buffer-reader.ts:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public byte(): number {
21 const result = this.buffer[this.offset]
22 this.offset++
23 return result
24 }
25
26 public int32(): number {
27 const result = this.buffer.readInt32BE(this.offset)

Callers 1

parseCopyMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected