(containingNode *ast.Node, kind ast.Kind, sourceFile *ast.SourceFile)
| 192 | } |
| 193 | |
| 194 | func hasChildOfKind(containingNode *ast.Node, kind ast.Kind, sourceFile *ast.SourceFile) bool { |
| 195 | return astnav.FindChildOfKind(containingNode, kind, sourceFile) != nil |
| 196 | } |
no test coverage detected