grepai trace callers
CLI reference for grepai trace callers
grepai trace callers
Find all functions that call the specified symbol
Synopsis
Find all functions that call the specified symbol.
Examples: grepai trace callers “Login” grepai trace callers “HandleRequest” —json grepai trace callers “ProcessOrder” —mode precise
grepai trace callers <symbol> [flags]
Options
-h, --help help for callers
--json Output results in JSON format
-m, --mode string Extraction mode: fast (regex) or precise (tree-sitter) (default "fast")
--project string Project name within workspace (requires --workspace)
-t, --toon Output results in TOON format (token-efficient for AI agents)
--ui Show interactive UI output
--workspace string Workspace name for cross-project trace
SEE ALSO
- grepai trace - Trace symbol callers and callees