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

Method getOutputFiles

src/core/testcase.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24auto TestCase::getInputFiles() const -> const QStringList & { return inputFiles; }
25
26auto TestCase::getOutputFiles() const -> const QStringList & { return outputFiles; }
27
28auto TestCase::getDependenceSubtask() const -> const QList<int> & { return dependenceSubtask; }
29

Callers 7

refreshFileListMethod · 0.80
refreshTaskMethod · 0.80
getTestcaseScoreChartMethod · 0.80
checkValidMethod · 0.80
mergeSelectedMethod · 0.80
splitSelectedMethod · 0.80
judgeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected