cerebro_calls
List internal functions or methods called by a file, resolving names and omitting external library calls. Helps trace code dependencies within a project.
Instructions
List the internal functions/methods a file calls — its outgoing call edges (name-resolved). External library calls are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |