(&mut self, body: Node<'t>)
| 571 | // --- visitFunctionBody ------------------------------------------------------ |
| 572 | |
| 573 | fn visit_function_body(&mut self, body: Node<'t>) { |
| 574 | self.visit_for_calls_and_structure(body); |
| 575 | } |
| 576 | |
| 577 | fn visit_for_calls_and_structure(&mut self, node: Node<'t>) { |
| 578 | let kind = node.kind(); |
no test coverage detected