gograph_returnusage
Identify missing return parameter inspections and validations after function calls.
Instructions
Verify the patterns and coverage of return parameter usages and validation handling. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool to check if returned parameters are properly inspected, validated, or captured after method invocations. Do NOT use for error flow bubbling (use gograph_errorflow instead). COMPLETENESS: Returns matched call locations and variable binding status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | Yes | The function name to analyse (e.g., 'ValidateToken') |