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

Method encodeNullBytes

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

Source from the content-addressed store, hash-verified

159}
160
161func (e *encoder) encodeNullBytes(v value) {
162 e.writeNullBytes(v.bytes())
163}
164
165func (e *encoder) encodeCompactNullBytes(v value) {
166 e.writeCompactNullBytes(v.bytes())

Callers

nothing calls this directly

Calls 2

writeNullBytesMethod · 0.95
bytesMethod · 0.65

Tested by

no test coverage detected