RecvAnnotationKey allows the Lookup of a method's receiver Annotation in the Annotation map
| 668 | |
| 669 | // RecvAnnotationKey allows the Lookup of a method's receiver Annotation in the Annotation map |
| 670 | type RecvAnnotationKey struct { |
| 671 | FuncDecl *types.Func |
| 672 | } |
| 673 | |
| 674 | // Lookup looks this key up in the passed map, returning a Val |
| 675 | func (rk *RecvAnnotationKey) Lookup(annMap Map) (Val, bool) { |
nothing calls this directly
no outgoing calls
no test coverage detected