get_referenced_method_full_name_by_call_id
Retrieve method information for a specific call ID to identify referenced methods during code analysis and security review.
Instructions
Get the method info by the call id which the call is referenced the method
@param id: The id of the call
@return: The method info of the callInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_id | Yes |