n3mo_get_dependencies
Find all external symbols called by a given function or class to analyze forward dependencies and blast radius in code.
Instructions
Find all external symbols that a given symbol calls (the forward-dependency graph).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | Name of the function or class to inspect. | |
| project_path | No | Absolute path to workspace directory (default: current directory). |