MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / visit_function_body

Method visit_function_body

codegraph-kernel/src/tsjs/mod.rs:684–686  ·  view source on GitHub ↗
(&mut self, body: Node<'t>)

Source from the content-addressed store, hash-verified

682 // --- visitFunctionBody ------------------------------------------------------
683
684 fn visit_function_body(&mut self, body: Node<'t>) {
685 self.visit_for_calls_and_structure(body);
686 }
687
688 fn visit_for_calls_and_structure(&mut self, node: Node<'t>) {
689 let kind = node.kind();

Callers 6

visit_nodeMethod · 0.45
extract_functionMethod · 0.45
extract_methodMethod · 0.45
extract_variableMethod · 0.45
extract_rtk_endpointsMethod · 0.45

Calls 1

Tested by

no test coverage detected