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

Method uint32

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

Source from the content-addressed store, hash-verified

30 }
31
32 public uint32(): number {
33 const result = this.buffer.readUInt32BE(this.offset)
34 this.offset += 4
35 return result
36 }
37
38 public string(length: number): string {
39 const result = this.buffer.toString(this.encoding, this.offset, this.offset + length)

Callers 1

parseFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected