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

Method setStandardOutputCheck

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

Source from the content-addressed store, hash-verified

90void Task::setStandardInputCheck(bool check) { standardInputCheck = check; }
91
92void Task::setStandardOutputCheck(bool check) { standardOutputCheck = check; }
93
94void Task::setTaskType(Task::TaskType type) { taskType = type; }
95

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected