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

Method visit_function_body

codegraph-kernel/src/rustlang.rs:1103–1105  ·  view source on GitHub ↗
(&mut self, body: Node<'t>)

Source from the content-addressed store, hash-verified

1101 // --- visitFunctionBody -----------------------------------------------------
1102
1103 fn visit_function_body(&mut self, body: Node<'t>) {
1104 self.visit_for_calls_and_structure(body);
1105 }
1106
1107 fn visit_for_calls_and_structure(&mut self, node: Node<'t>) {
1108 let kind = node.kind();

Callers 1

extract_fn_or_methodMethod · 0.45

Calls 1

Tested by

no test coverage detected