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

Method int16

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

Source from the content-addressed store, hash-verified

12 }
13
14 public int16(): number {
15 const result = this.buffer.readInt16BE(this.offset)
16 this.offset += 2
17 return result
18 }
19
20 public byte(): number {
21 const result = this.buffer[this.offset]

Callers 5

parseCopyMessageFunction · 0.80
parseFieldFunction · 0.80
parseDataRowMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected