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

Method JudgingController

src/core/judgingcontroller.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#define LEMON_MODULE_NAME "JudgingController"
14
15JudgingController::JudgingController(Settings *settings, QObject *parent) : QObject(parent) {
16 isJudging = false;
17 maxThreads = qMax(1, settings->getMaxJudgingThreads());
18}
19
20void JudgingController::assign() {
21 if (! isJudging) {

Callers

nothing calls this directly

Calls 1

getMaxJudgingThreadsMethod · 0.80

Tested by

no test coverage detected