4 ms·
Does it show dead code? Like classes which are not being used by anything and are safe to delete?
by lord5et 2y ago
Does it show dead code? Like classes which are not being used by anything and are safe to delete?
- WillMcCall 2y agoThe call graph doesn't highlight dead code specifically, but unused blocks are manually identifiable through isolated/broken chains. Is this something you'd like to see?