Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
94
func
(a array) index(i int) value {
return
value{val: a.val.Index(i)} }
95
96
func
(a array) length() int {
return
a.val.Len() }
97
98
func
(a array) isNil() bool {
return
a.val.IsNil() }
99
Callers
4
encodeArray
Method · 0.45
encodeCompactArray
Method · 0.45
encodeNullArray
Method · 0.45
encodeCompactNullArray
Method · 0.45
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected