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

Method appendGraderFiles

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

Source from the content-addressed store, hash-verified

127}
128
129void Task::appendGraderFiles(const QString &path, const QString &name) {
130 graderFilesPath.append(path);
131 graderFilesName.append(name);
132}
133
134void Task::removeSourceFilesAt(int num) {
135 if (num < sourceFilesPath.length()) {

Callers 1

addGraderFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected