Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
68
func
(rw *WireRW) ReadInt32() int32 {
69
return
int32(rw.ReadUint32())
70
}
71
72
// ReadInt64 reads an int64.
73
func
(rw *WireRW) ReadInt64() int64 {
Callers
4
record_recv_callable
Function · 0.80
timetz.go
File · 0.80
array_recv_callable
Function · 0.80
int4.go
File · 0.80
Calls
1
ReadUint32
Method · 0.95
Tested by
no test coverage detected