get_calls_in_method_by_method_full_name
Retrieve all function calls within a specified method to analyze code dependencies and security vulnerabilities during code review.
Instructions
Get the calls info by the method full name which the call is in the method
@param method_full_name: The full name of the method
@return: The calls info of the method
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_full_name | Yes |