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

Method putInt64Array

prep_encoder.go:160–167  ·  view source on GitHub ↗
(in []int64)

Source from the content-addressed store, hash-verified

158}
159
160func (pe *prepEncoder) putInt64Array(in []int64) error {
161 err := pe.putArrayLength(len(in))
162 if err != nil {
163 return err
164 }
165 pe.length += 8 * len(in)
166 return nil
167}
168
169func (pe *prepEncoder) putEmptyTaggedFieldArray() {
170}

Callers

nothing calls this directly

Calls 1

putArrayLengthMethod · 0.95

Tested by

no test coverage detected