Indirect is a [PathStep] that represents pointer indirection on the parent type.
| 277 | |
| 278 | // Indirect is a [PathStep] that represents pointer indirection on the parent type. |
| 279 | type Indirect struct{ *indirect } |
| 280 | type indirect struct { |
| 281 | pathStep |
| 282 | } |
nothing calls this directly
no outgoing calls
no test coverage detected