Transform is a [PathStep] that represents a transformation from the parent type to the current type.
| 298 | // Transform is a [PathStep] that represents a transformation |
| 299 | // from the parent type to the current type. |
| 300 | type Transform struct{ *transform } |
| 301 | type transform struct { |
| 302 | pathStep |
| 303 | trans *transformer |
nothing calls this directly
no outgoing calls
no test coverage detected