StructField is a [PathStep] that represents a struct field access on a field called [StructField.Name].
| 178 | // StructField is a [PathStep] that represents a struct field access |
| 179 | // on a field called [StructField.Name]. |
| 180 | type StructField struct{ *structField } |
| 181 | type structField struct { |
| 182 | pathStep |
| 183 | name string |
nothing calls this directly
no outgoing calls
no test coverage detected