TestingMapTypeResolver is a fake type resolver for testing purposes.
| 280 | |
| 281 | // TestingMapTypeResolver is a fake type resolver for testing purposes. |
| 282 | type TestingMapTypeResolver struct { |
| 283 | typeMap map[string]*types.T |
| 284 | } |
| 285 | |
| 286 | // ResolveType implements the TypeReferenceResolver interface. |
| 287 | func (dtr *TestingMapTypeResolver) ResolveType( |
nothing calls this directly
no outgoing calls
no test coverage detected