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

Method setGraderFilesPath

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

Source from the content-addressed store, hash-verified

118void Task::setSourceFilesName(const QStringList &nameList) { sourceFilesName = nameList; }
119
120void Task::setGraderFilesPath(const QStringList &pathList) { graderFilesPath = pathList; }
121
122void Task::setGraderFilesName(const QStringList &nameList) { graderFilesName = nameList; }
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected