MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getRecentContest

Method getRecentContest

src/base/settings.cpp:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135auto Settings::getOutputFileExtensions() const -> const QStringList & { return outputFileExtensions; }
136
137auto Settings::getRecentContest() const -> const QStringList & { return recentContest; }
138
139auto Settings::getCompilerList() const -> const QList<Compiler *> & { return compilerList; }
140

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected