MCPcopy
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
82func (v value) fieldByIndex(i index) value {
83 return value{val: v.val.FieldByIndex(i)}
84}
85
86type array struct {
87 val reflect.Value

Callers 2

structEncodeFuncOfFunction · 0.45
structDecodeFuncOfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected