Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ AppendInt32
Function
AppendInt32
internal/pgio/write.go:22–24 ·
view source on GitHub ↗
(buf []byte, n int32)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
AppendInt32(buf []byte, n int32) []byte {
23
return
AppendUint32(buf, uint32(n))
24
}
25
26
func
AppendInt64(buf []byte, n int64) []byte {
27
return
AppendUint64(buf, uint64(n))
Callers
15
encodeCopyValue
Function · 0.92
run
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
beginMessage
Function · 0.92
Encode
Method · 0.92
Encode
Method · 0.92
Calls
1
AppendUint32
Function · 0.85
Tested by
1
TestConnCopyFromBinary
Function · 0.74