find_references
Retrieve all incoming references to a code node, with optional filtering by edge type such as imports or calls.
Instructions
All references into a node (incoming edges), optionally filtered by edge type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Target node id | |
| root | No | Repo root (defaults to cwd) | |
| types | No | Edge types to include (renders, calls, imports, references, depends-on) |