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

Method upperBoundForRejudgeTimes

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

Source from the content-addressed store, hash-verified

660auto Settings::upperBoundForFileSizeLimit() -> int { return 256 * 1024; }
661
662auto Settings::upperBoundForRejudgeTimes() -> int { return 12; }
663
664auto Settings::dataPath() -> QString { return QString("data") + QDir::separator(); }
665

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected