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

Method index

protocol/reflect.go:94–94  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

92}
93
94func (a array) index(i int) value { return value{val: a.val.Index(i)} }
95
96func (a array) length() int { return a.val.Len() }
97

Callers 6

encodeArrayMethod · 0.45
encodeCompactArrayMethod · 0.45
encodeNullArrayMethod · 0.45
decodeArrayMethod · 0.45
decodeCompactArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected