# Functions
This needs to be set outside of ProcessConstants because it should only be enabled in command line mode https://github.com/boyter/scc/issues/32.
CountStats will process the fileJob If the file contains anything even just a newline its line count should be >= 1.
Calculate the cost in dollars applied using generic COCOMO2 weighted values based on the average yearly wage.
Calculate the effort applied using generic COCOMO2 weighted values.
No description provided by the author
No description provided by the author
ProcessConstants is responsible for setting up the language features based on the JSON file that is stored in constants Needs to be called at least once in order for anything to actually happen.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Indicates comment after code.
No description provided by the author
Indicates multi comment ended with blank afterwards.
Indicates multi comment after code.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Not set via flags but by arguments following the the flags.
No description provided by the author
No description provided by the author
No description provided by the author
Loaded from the JSON that is in constants.go.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Flags set via the CLI which control how the output is displayed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
FileJobCallback is an interface that FileJobs can implement to get a per line callback with the line type.
# Type aliases
No description provided by the author