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

Method int16

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

Source from the content-addressed store, hash-verified

19 }
20
21 public int16(): number {
22 // const result = this.buffer.readInt16BE(this.#offset)
23 const result = this.#bufferView.getInt16(this.#offset, this.#littleEndian)
24 this.#offset += 2
25 return result
26 }
27
28 public byte(): number {
29 // const result = this.bufferView[this.#offset]

Callers 5

#parseCopyMessageMethod · 0.80
#parseFieldMethod · 0.80
#parseDataRowMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected