Commit 2f8d34c
fix(trace): add caller nodes to call graph for incoming edges
The GetCallGraph method was adding incoming edges to the root node
but not including the caller symbols in the graph's Nodes map,
causing incomplete graph results.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b034356 commit 2f8d34c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
364 | 370 | | |
365 | 371 | | |
366 | 372 | | |
| |||
0 commit comments