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

Method int32

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

Source from the content-addressed store, hash-verified

33 }
34
35 public int32(): number {
36 // const result = this.buffer.readInt32BE(this.#offset)
37 const result = this.#bufferView.getInt32(this.#offset, this.#littleEndian)
38 this.#offset += 4
39 return result
40 }
41
42 public string(length: number): string {
43 // const result = this.#bufferView.toString(

Callers 6

#parseFieldMethod · 0.80
#parseDataRowMessageMethod · 0.80
#parseBackendKeyDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected