find_callers
Locates all call sites of a specified method within the codebase, returning detailed results with project summaries.
Instructions
Find every call site for a method. Returns an envelope with items, totalCount, truncated, limit, and a byProject summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 500). Items are sorted by file, then line. | |
| symbol | Yes | Method name as Type.Method (simple or fully qualified) |