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

Method getMaxJudgingThreads

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

Source from the content-addressed store, hash-verified

123auto Settings::getRejudgeTimes() const -> int { return rejudgeTimes; }
124
125auto Settings::getMaxJudgingThreads() const -> int { return maxJudgingThreads; }
126
127auto Settings::getDefaultExtraTimeRatio() const -> double { return defaultExtraTimeRatio; }
128

Callers 3

resetEditSettingsMethod · 0.80
JudgingControllerMethod · 0.80
copyFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected