# Functions
No description provided by the author
FindAllVariables analyzes Go code and returns a list of all variable names.
FindUndeclaredVariables analyzes Go code and returns a list of variables that are used but not declared.
FindUnusedVariables analyzes Go code and returns a list of unused variables.
No description provided by the author