(&mut self, body: Node<'t>)
| 534 | // --- visitFunctionBody ---------------------------------------------------------- |
| 535 | |
| 536 | fn visit_function_body(&mut self, body: Node<'t>) { |
| 537 | self.visit_for_calls_and_structure(body); |
| 538 | } |
| 539 | |
| 540 | fn visit_for_calls_and_structure(&mut self, node: Node<'t>) { |
| 541 | let kind = node.kind(); |
no test coverage detected