Find functions called by a function
calleesIdentify all functions called by a given function, grouped by callee name, with file, language, receiver, and confidence tier. Filter by file or language to narrow call-site analysis.
Instructions
Heuristic (name-based) call sites inside a function's body, grouped per callee name, with file, language, receiver object and a confidence tier (exact/likely/name) for the callee resolution. Same-named callees of different classes are grouped under one name; use the resolved_to fields to disambiguate. Accepts optional file/language filters. If the index for root does not exist yet it is built automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | restrict to call sites in this file | |
| name | Yes | caller function name | |
| root | No | index root to query; required when several indexes exist | |
| limit | No | max results returned (default 50, hard max 200) | |
| offset | No | skip the first N results before applying limit | |
| language | No | restrict to one language |