who_calls
Find all symbols that call a specified function or component ID, using reverse lookup to trace incoming call edges in a TypeScript/React codebase.
Instructions
Reverse lookup: which symbols call the given function/component id (incoming calls edges)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Symbol node id (e.g. fn:src/util.ts#helper) | |
| root | No | Repo root (defaults to cwd) |