# Functions

evaluationHeader returns the CSV header for the evaluation CSV.
MetaInformationRecords converts the models meta information into sorted CSV records.
NewAssessmentStore returns a new store for collecting assessments.
NewEvaluationFile initializes an evaluation file and writes the corresponding CSV header.
RecordsFromEvaluationCSVFiles returns all the records from all the given evaluation CSV files.
RecordsToAssessmentsPerModel converts evaluation records into assessments per model.
SortRecords sorts CSV records.
WriteCSV writes a header and records to a CSV file.
WriteMetaInformationRecords writes the meta information records into a CSV file.

# Structs

AssessmentStore holds a collection of assessments per model per language and per repository.
EvaluationFile holds the evaluation CSV file writer.
Markdown holds the values for exporting a Markdown report.

# Type aliases

AssessmentPerModel holds a collection of assessments per model id.