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

Method getInputFiles

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

Source from the content-addressed store, hash-verified

22auto TestCase::getMemoryLimit() const -> int { return memoryLimit; }
23
24auto TestCase::getInputFiles() const -> const QStringList & { return inputFiles; }
25
26auto TestCase::getOutputFiles() const -> const QStringList & { return outputFiles; }
27

Callers 15

refreshFileListMethod · 0.45
cleanupButtonClickedMethod · 0.45
refreshTaskMethod · 0.45
getTestcaseScoreChartMethod · 0.45
checkValidMethod · 0.45
refreshViewerMethod · 0.45
moveUpSelectedMethod · 0.45
moveDownSelectedMethod · 0.45
mergeSelectedMethod · 0.45
splitSelectedMethod · 0.45
getContestantHtmlCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected