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

Method getInt32Array

real_decoder.go:556–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554}
555
556func (rd *realFlexibleDecoder) getInt32Array() ([]int32, error) {
557 ret, err := rd.getNullableInt32Array()
558 if ret == nil && err == nil {
559 return nil, errInvalidArrayLength
560 }
561 return ret, err
562}
563
564func (rd *realFlexibleDecoder) getNullableInt32Array() ([]int32, error) {
565 n, err := rd.getUVarint()

Callers 1

Calls 1

getNullableInt32ArrayMethod · 0.95

Tested by 1