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

Method decodeInt32

protocol/decode.go:81–83  ·  view source on GitHub ↗
(v value)

Source from the content-addressed store, hash-verified

79}
80
81func (d *decoder) decodeInt32(v value) {
82 v.setInt32(d.readInt32())
83}
84
85func (d *decoder) decodeInt64(v value) {
86 v.setInt64(d.readInt64())

Callers

nothing calls this directly

Calls 2

readInt32Method · 0.95
setInt32Method · 0.45

Tested by

no test coverage detected