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

Method encodeNullString

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

Source from the content-addressed store, hash-verified

143}
144
145func (e *encoder) encodeNullString(v value) {
146 e.writeNullString(v.string())
147}
148
149func (e *encoder) encodeCompactNullString(v value) {
150 e.writeCompactNullString(v.string())

Callers

nothing calls this directly

Calls 2

writeNullStringMethod · 0.95
stringMethod · 0.45

Tested by

no test coverage detected