Overview
The Calculate Unused Variables function looks through the environment that it is used in to automatically identify all unused variables for every object. This removes the time that a developer spends performing their code review and gets rid of any human error when they are searching for them.
This function should be used during a code quality check on the development environment before an application is deployed into a higher environment.
Key Features & Functionality