MCPcopy
hub / github.com/IBM/sarama / putString

Method putString

packet_encoder.go:30–30  ·  view source on GitHub ↗
(in string)

Source from the content-addressed store, hash-verified

28 putVarintBytes(in []byte) error
29 putRawBytes(in []byte) error
30 putString(in string) error
31 putNullableString(in *string) error
32 putStringArray(in []string) error
33 putInt32Array(in []int32) error

Callers 15

encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65

Implementers 2

prepEncoderprep_encoder.go
realEncoderreal_encoder.go

Calls

no outgoing calls

Tested by

no test coverage detected