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

Method byte

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

Source from the content-addressed store, hash-verified

26 }
27
28 public byte(): number {
29 // const result = this.bufferView[this.#offset]
30 const result = this.#bufferView.getUint8(this.#offset)
31 this.#offset++
32 return result
33 }
34
35 public int32(): number {
36 // const result = this.buffer.readInt32BE(this.#offset)

Callers 1

#parseCopyMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected