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

Method getStandardOutputCheck

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

Source from the content-addressed store, hash-verified

40auto Task::getStandardInputCheck() const -> bool { return standardInputCheck; }
41
42auto Task::getStandardOutputCheck() const -> bool { return standardOutputCheck; }
43
44auto Task::getTaskType() const -> Task::TaskType { return taskType; }
45

Callers 4

setEditTaskMethod · 0.80
refreshWidgetStateMethod · 0.80
judgeOutputMethod · 0.80
judgeTraditionalTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected