Call Graph: Group successive ContextNode of same staticContext
Open
a-lot-of-work
call-graph
enhancement
- Dominant language
- JavaScript
- Stars
- 171
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Group _successive ContextNodes_ of same `staticContext`. This is to reduce loops and can also be applied to animations (in case multiple roots are of the same `staticContext`).
Maybe we can use the already existing [hidden node system](https://github.com/Domiii/dbux/blob/ab3c636714847d9bea3b3a57220dfc20ac7a3da1/dbux-graph-host/src/graph/controllers/HiddenNodeManager.js)?
* [ ] Similar to how the browser console groups equal messages:

* [ ] Click to unfold
Contributor guide
Assessment
This issue has not been assessed yet.