Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ writeInt32
Function
writeInt32
protocol/encode.go:537–539 · protocol/encode.go::writeInt32
(b []byte, i int32)
Source
from the content-addressed store, hash-verified
535
}
536
537
func
writeInt32(b []byte, i int32) {
538
binary.BigEndian.PutUint32(b, uint32(i))
539
}
540
541
func
writeInt64(b []byte, i int64) {
542
binary.BigEndian.PutUint64(b, uint64(i))
Callers
1
writeInt32
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected