function_callers
Discover all call sites of a specific function in a JavaScript/TypeScript codebase. Use this to trace where and how the function is invoked.
Instructions
Finds the calls to a function (invocations with parentheses).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| symbol | Yes | Function name |