compare_graph_to_text
Find call sites missed by graph analysis and flag false edges by cross-checking symbol caller edges against regex text search.
Instructions
Cross-check a symbol's graph caller edges against a regex text search of indexed source — surfaces call sites the tree-sitter graph missed and flags likely false edges. Use when you suspect graph coverage gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ref | No | ||
| limit | No | ||
| symbol | No | ||
| include | No | What to include: `tests` (on by default); `references`, `unresolved`, `macros`, `common_methods` (off by default). Omit to keep defaults; an explicit list is the exact on-set. | |
| pattern | Yes | ||
| edge_kinds | No | ||
| resolution | No | ||
| allow_ambiguous | No |