MCPcopy Create free account
hub / github.com/IBM/sarama / putArrayLength

Method putArrayLength

real_encoder.go:58–61  ·  view source on GitHub ↗
(in int)

Source from the content-addressed store, hash-verified

56}
57
58func (re *realEncoder) putArrayLength(in int) error {
59 re.putInt32(int32(in))
60 return nil
61}
62
63func (re *realEncoder) putBool(in bool) {
64 if in {

Callers 4

putStringArrayMethod · 0.95
putInt32ArrayMethod · 0.95
putNullableInt32ArrayMethod · 0.95
putInt64ArrayMethod · 0.95

Calls 1

putInt32Method · 0.95

Tested by

no test coverage detected