Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ SetInt32
Function
SetInt32
internal/pgio/write.go:30–32 ·
view source on GitHub ↗
(buf []byte, n int32)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
SetInt32(buf []byte, n int32) {
31
*(*[4]byte)(buf) = [4]byte{byte(n >> 24), byte(n >> 16), byte(n >> 8), byte(n)}
32
}
Callers
6
encodeCopyValue
Function · 0.92
finishMessage
Function · 0.92
CopyFrom
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected