Y
Hacker News
new
|
ask
|
show
|
jobs
by
lord5et
652 days ago
Does it show dead code? Like classes which are not being used by anything and are safe to delete?
1 comments
WillMcCall
652 days ago
The 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?
link