gograph_trace
Traces an error string from its definition through the call chain to HTTP handlers, helping identify how errors propagate in a Go codebase. Read-only and requires a pre-built graph.
Instructions
Alias for gograph_errorflow. Traces an error string heuristically from its definition up through the call chain to HTTP handlers. Requires .gograph/graph.json. Read-only; no side effects. WHEN TO USE: Use gograph_errorflow instead -- this alias exists purely for backward compatibility. RETURNS: Same structured output as gograph_errorflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| no_tests | No | If true, skip collecting related test functions | |
| term | Yes | Error string or symbol name to trace (e.g. 'ErrNotFound', 'permission denied') |