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

Method length

protocol/reflect.go:96–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
98func (a array) isNil() bool { return a.val.IsNil() }
99

Callers 4

encodeArrayMethod · 0.45
encodeCompactArrayMethod · 0.45
encodeNullArrayMethod · 0.45

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected