TypeAssertion is a [PathStep] that represents a type assertion on an interface.
| 287 | |
| 288 | // TypeAssertion is a [PathStep] that represents a type assertion on an interface. |
| 289 | type TypeAssertion struct{ *typeAssertion } |
| 290 | type typeAssertion struct { |
| 291 | pathStep |
| 292 | } |
nothing calls this directly
no outgoing calls
no test coverage detected