get_method_callers
Identify methods that invoke a specified function to analyze code dependencies and trace call relationships in software systems.
Instructions
Retrieves a list of methods that call the specified method
@param method_full_name: The fully qualified name of the source method(e.g., com.android.nfc.NfcService$6.onReceive:void(android.content.Context,android.content.Intent))
@return: List of full name, name, signature and id of methods called by the source methodInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_full_name | Yes |