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

Method encodeCompactString

protocol/encode.go:141–143  ·  view source on GitHub ↗
(v value)

Source from the content-addressed store, hash-verified

139}
140
141func (e *encoder) encodeCompactString(v value) {
142 e.writeCompactString(v.string())
143}
144
145func (e *encoder) encodeNullString(v value) {
146 e.writeNullString(v.string())

Callers

nothing calls this directly

Calls 2

writeCompactStringMethod · 0.95
stringMethod · 0.45

Tested by

no test coverage detected