callees_of
Resolve a function's callees with call sites and list unresolved external or dynamic calls to reveal dependencies without reading the body.
Instructions
Call to understand what a function does without reading its body, or to find its dependencies. Returns resolved callees with call sites, plus the unresolved names (external crates, stdlib) and dynamic calls it makes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Symbol name - short (`getUserById`) or fully qualified (`App\Helpers\UserHelper::getUserById`). An ambiguous short name is refused with the candidate list; re-ask with one of those. |