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

Method getProblemTitle

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

Source from the content-addressed store, hash-verified

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

Callers 15

refreshViewerMethod · 0.80
refreshMethod · 0.80
setEditTaskMethod · 0.80
refreshViewerMethod · 0.80
setContestMethod · 0.80
getContestantHtmlCodeMethod · 0.80
exportHtmlMethod · 0.80
exportSmallerHtmlMethod · 0.80
exportCsvMethod · 0.80
exportXlsMethod · 0.80
judgeItMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected