find_callers
Find every call site for a method. Returns an envelope with items, totalCount, truncated, limit, and a byProject summary.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | ✓ | Method name as Type.Method (simple or fully qualified) |
limit | int? | Maximum number of items to return (default: 500). Items are sorted by file, then line. |