Name is the field name.
()
| 210 | |
| 211 | // Name is the field name. |
| 212 | func (sf StructField) Name() string { return sf.name } |
| 213 | |
| 214 | // Index is the index of the field in the parent struct type. |
| 215 | // See [reflect.Type.Field]. |
nothing calls this directly
no outgoing calls
no test coverage detected