| ▲ | mtsNews a day ago | |
How does it decide which call graphs to include? In a typical project there can be many and these graphs seem to be a small subset. | ||
| ▲ | aqula a day ago | parent [-] | |
It identifies telemetry, accessors, and other trivial code and strips them out of the graph. The idea is to retain architecturally relevant parts of the code. | ||