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

Method getComparisonMode

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

Source from the content-addressed store, hash-verified

44auto Task::getTaskType() const -> Task::TaskType { return taskType; }
45
46auto Task::getComparisonMode() const -> Task::ComparisonMode { return comparisonMode; }
47
48auto Task::getDiffArguments() const -> const QString & { return diffArguments; }
49

Callers 3

setEditTaskMethod · 0.80
judgeOutputMethod · 0.80
judgeAnswersOnlyTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected