Mix unused - simple task for looking for unused public functions

After request in this thread I created simple task for looking for unused public functions (mix xref unreachable returns information only about unused private functions).

Code: GitHub - hauleth/mix_unused: Find unused functions in your project · GitHub

Currently it isn’t released on Hex as I am still polishing the edges. Feel free to test this out.

14 Likes