get_method_callers
Identify methods that call a specified method in code by providing its fully qualified name. Useful for code review and security analysis in software development.
Instructions
Retrieves a list of methods that call the specified method
Input Schema
Name | Required | Description | Default |
---|---|---|---|
method_full_name | Yes |