(obj types.Object)
| 95 | } |
| 96 | |
| 97 | func (r *referencedTypes) pkg(obj types.Object) string { |
| 98 | return obj.Pkg().Path() |
| 99 | } |
| 100 | |
| 101 | func (r *referencedTypes) key(obj types.Object) string { |
| 102 | // TODO: Verify this works as a unique key |
no outgoing calls
no test coverage detected