Commit ac8fde6
feat(pipeline): emit CALLS edges for decorator applications
Decorators previously only created DECORATES edges. A @login_required
decorator was invisible to "find all references" queries because those
look for CALLS and USAGE edges. Now resolve_decorator emits both
DECORATES and CALLS edges.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fd36045 commit ac8fde6
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
324 | 327 | | |
325 | 328 | | |
326 | 329 | | |
| |||
0 commit comments