callers_of
Find direct callers of any function or method with exact file:line call sites from the resolved call graph, answering "who uses this?" one level up to identify immediate impact before changing code.
Instructions
Call to answer "who uses this?" one level up. Returns the direct callers with exact call sites (file:line) from the resolved call graph - facts, not guesses. For the full blast radius use impact_of; for dynamic-dispatch hits too use references_of.
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. |