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

Method getStandardInputCheck

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

Source from the content-addressed store, hash-verified

38auto Task::getOutputFileName() const -> const QString & { return outputFileName; }
39
40auto Task::getStandardInputCheck() const -> bool { return standardInputCheck; }
41
42auto Task::getStandardOutputCheck() const -> bool { return standardOutputCheck; }
43

Callers 3

setEditTaskMethod · 0.80
refreshWidgetStateMethod · 0.80
judgeTraditionalTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected