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

Method getTimeLimit

src/addtestcaseswizard.cpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65auto AddTestCasesWizard::getFullScore() const -> int { return fullScore; }
66
67auto AddTestCasesWizard::getTimeLimit() const -> int { return timeLimit; }
68
69auto AddTestCasesWizard::getMemoryLimit() const -> int { return memoryLimit; }
70

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected