Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ fieldByIndex
Method
fieldByIndex
protocol/reflect.go:82–84 ·
view source on GitHub ↗
(i index)
Source
from the content-addressed store, hash-verified
80
}
81
82
func
(v value) fieldByIndex(i index) value {
83
return
value{val: v.val.FieldByIndex(i)}
84
}
85
86
type
array
struct
{
87
val reflect.Value
Callers
2
structEncodeFuncOf
Function · 0.45
structDecodeFuncOf
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected