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

Method getMemoryLimit

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

Source from the content-addressed store, hash-verified

67auto AddTestCasesWizard::getTimeLimit() const -> int { return timeLimit; }
68
69auto AddTestCasesWizard::getMemoryLimit() const -> int { return memoryLimit; }
70
71auto AddTestCasesWizard::getMatchedInputFiles() const -> const QList<QStringList> & {
72 return matchedInputFiles;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected