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

Method decodeBytes

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

Source from the content-addressed store, hash-verified

99}
100
101func (d *decoder) decodeBytes(v value) {
102 v.setBytes(d.readBytes())
103}
104
105func (d *decoder) decodeCompactBytes(v value) {
106 v.setBytes(d.readCompactBytes())

Callers

nothing calls this directly

Calls 2

readBytesMethod · 0.95
setBytesMethod · 0.45

Tested by

no test coverage detected