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

Method getCompilerConfiguration

src/core/task.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58auto Task::getGrader() const -> const QString & { return grader; }
59
60auto Task::getCompilerConfiguration(const QString &compilerName) const -> QString {
61 return compilerConfiguration.value(compilerName);
62}
63
64auto Task::getAnswerFileExtension() const -> const QString & { return answerFileExtension; }
65

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected