grepai trace
grepai trace
Trace symbol callers and callees
Synopsis
Trace command helps you understand code dependencies by finding:
- callers: functions that call the specified symbol
- callees: functions that the specified symbol calls
- graph: full call graph visualization
Examples: grepai trace callers “Login” grepai trace callees “HandleRequest” —mode precise grepai trace graph “ProcessOrder” —depth 3 —json
Options
-h, --help help for traceSEE ALSO
- grepai - Semantic code search CLI
- grepai trace callees - Find all functions called by the specified symbol
- grepai trace callers - Find all functions that call the specified symbol
- grepai trace graph - Build a call graph around the specified symbol