(kind nodeKind, name string)
| 1178 | } |
| 1179 | |
| 1180 | func exampleKey(kind nodeKind, name string) string { |
| 1181 | return string(kind) + ":" + name |
| 1182 | } |
| 1183 | |
| 1184 | func receiverTypeName(expr ast.Expr) string { |
| 1185 | switch typed := expr.(type) { |
no outgoing calls
no test coverage detected