MCPcopy Create free account
hub / github.com/dolthub/doltgresql / ReadInt32

Method ReadInt32

utils/wirerw.go:68–70  ·  view source on GitHub ↗

ReadInt32 reads an int32.

()

Source from the content-addressed store, hash-verified

66
67// ReadInt32 reads an int32.
68func (rw *WireRW) ReadInt32() int32 {
69 return int32(rw.ReadUint32())
70}
71
72// ReadInt64 reads an int64.
73func (rw *WireRW) ReadInt64() int64 {

Callers 4

record_recv_callableFunction · 0.80
timetz.goFile · 0.80
array_recv_callableFunction · 0.80
int4.goFile · 0.80

Calls 1

ReadUint32Method · 0.95

Tested by

no test coverage detected