error_path_summary
Analyze a function's error exit paths and resource-handling evidence to identify coverage gaps and pair with guards for interprocedural insight.
Instructions
Read-only. For one function, report its exit paths (returns / error branches) and the resource-handling evidence on them, plus the honest frontier: complete transfer summaries remain a separate frontier from the lifecycle graph. Use it to see how a function leaves on its error paths; pair with guards and flow_pass for the interprocedural picture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | maximum exit-path rows returned | |
| format | No | text (compact, default) | json (structured result page) | |
| function | Yes | function name or node id to summarize |