function_call_graph
Visualize function call dependencies within a JavaScript/TypeScript project. Filter by a specific function to see its callers and callees.
Instructions
Local call graph: shows which functions call which functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| function_name | No | Filter by function (caller or callee) |