MCPcopy Create free account
hub / github.com/segmentio/kafka-go / decodeCompactString

Method decodeCompactString

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

Source from the content-addressed store, hash-verified

95}
96
97func (d *decoder) decodeCompactString(v value) {
98 v.setString(d.readCompactString())
99}
100
101func (d *decoder) decodeBytes(v value) {
102 v.setBytes(d.readBytes())

Callers

nothing calls this directly

Calls 2

readCompactStringMethod · 0.95
setStringMethod · 0.45

Tested by

no test coverage detected