gograph_trace
Heuristically trace a Go error string or symbol name from its definition upward through the call chain to HTTP handlers using in-memory source analysis.
Instructions
Alias for gograph_errorflow. Refreshes in-memory source analysis, then traces an error string heuristically from its definition up through the call chain to HTTP handlers. Read-only; no side effects. WHEN TO USE: Prefer gograph_errorflow; this alias exists for compatibility. RETURNS: The same structured output as gograph_errorflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Error string or symbol name to trace (e.g. 'ErrNotFound', 'permission denied') | |
| no_tests | No | If true, skip collecting related test functions |