Index is the index of the field in the parent struct type. See [reflect.Type.Field].
()
| 214 | // Index is the index of the field in the parent struct type. |
| 215 | // See [reflect.Type.Field]. |
| 216 | func (sf StructField) Index() int { return sf.idx } |
| 217 | |
| 218 | // SliceIndex is a [PathStep] that represents an index operation on |
| 219 | // a slice or array at some index [SliceIndex.Key]. |
nothing calls this directly
no outgoing calls
no test coverage detected