Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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
Callers
6
encodeArray
Method · 0.45
encodeCompactArray
Method · 0.45
encodeNullArray
Method · 0.45
encodeCompactNullArray
Method · 0.45
decodeArray
Method · 0.45
decodeCompactArray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected