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

Method getTestCaseList

src/core/task.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 subFolderCheck(subFolderCheck) {}
27
28auto Task::getTestCaseList() const -> const QList<TestCase *> & { return testCaseList; }
29
30auto Task::getProblemTitle() const -> const QString & { return problemTitle; }
31

Callers 14

cleanupButtonClickedMethod · 0.80
refreshTaskMethod · 0.80
checkValidMethod · 0.80
refreshMethod · 0.80
refreshViewerMethod · 0.80
setContestMethod · 0.80
moveUpSelectedMethod · 0.80
moveDownSelectedMethod · 0.80
removeSelectedMethod · 0.80
appendNewSubMethod · 0.80
getContestantHtmlCodeMethod · 0.80

Calls

no outgoing calls

Tested by 6

refreshTaskMethod · 0.64
moveUpSelectedMethod · 0.64
moveDownSelectedMethod · 0.64
removeSelectedMethod · 0.64
appendNewSubMethod · 0.64
getTotalTimeLimitMethod · 0.64