Commit 309780d
Your Name
feat(store): include HANDLES/HTTP_CALLS in process detection BFS
Process detection now follows HANDLES, HTTP_CALLS, and ASYNC_CALLS edges
in addition to CALLS when building Louvain communities and running BFS
from entry points. Previously only CALLS edges were traversed, making
Express/Hapi route→handler flows invisible to process detection.
Changes:
- Louvain edge loading query: type IN ('CALLS','HANDLES','HTTP_CALLS','ASYNC_CALLS')
- BFS from entry points: 4 edge types instead of 1
Tested: Express monorepo with 158 routes went from 3 to 4 detected flows,
with routes now participating in community detection.1 parent 975329a commit 309780d
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4666 | 4666 | | |
4667 | 4667 | | |
4668 | 4668 | | |
4669 | | - | |
| 4669 | + | |
| 4670 | + | |
| 4671 | + | |
| 4672 | + | |
| 4673 | + | |
4670 | 4674 | | |
4671 | 4675 | | |
4672 | 4676 | | |
| |||
4725 | 4729 | | |
4726 | 4730 | | |
4727 | 4731 | | |
4728 | | - | |
| 4732 | + | |
4729 | 4733 | | |
4730 | | - | |
| 4734 | + | |
4731 | 4735 | | |
4732 | 4736 | | |
4733 | 4737 | | |
| |||
0 commit comments