Expand description
Symbol trace types exposed through the engine boundary.
Structs§
- Chain
Hop - One hop in a caller / callee chain.
- Symbol
Chain Query - Target + traversal parameters for a symbol-chain trace.
- Symbol
Chain Trace - The result of a symbol-level call-chain trace. Its own surface (
kind: "trace"), NOT folded into the ranked brief. - Trace
Directions - Which directions to walk.
- Unresolved
Callee - A callee referenced at a call site that did not resolve to an import-symbol edge. Surfaced so a missing callee is never silently dropped.
Enums§
- Unresolved
Reason - Best-effort classification of why a callee did not resolve to an edge.
Constants§
- DEFAULT_
TRACE_ DEPTH - Default chain depth when
--depthis unset. Small by design: symbol-level is best-effort, so a shallow bound keeps the trace legible and bounded.