MCPcopy
hub / github.com/segmentio/kafka-go / writeInt32

Function writeInt32

protocol/encode.go:537–539  ·  view source on GitHub ↗
(b []byte, i int32)

Source from the content-addressed store, hash-verified

535}
536
537func writeInt32(b []byte, i int32) {
538 binary.BigEndian.PutUint32(b, uint32(i))
539}
540
541func writeInt64(b []byte, i int64) {
542 binary.BigEndian.PutUint64(b, uint64(i))

Callers 1

writeInt32Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…