TypeNameAnnotationKey allows the Lookup of a named type annotations in the Annotation Map
| 387 | |
| 388 | // TypeNameAnnotationKey allows the Lookup of a named type annotations in the Annotation Map |
| 389 | type TypeNameAnnotationKey struct { |
| 390 | TypeDecl *types.TypeName |
| 391 | } |
| 392 | |
| 393 | // Lookup looks this key up in the passed map, returning a Val |
| 394 | func (tk *TypeNameAnnotationKey) Lookup(annMap Map) (Val, bool) { |
nothing calls this directly
no outgoing calls
no test coverage detected