| 29 | } |
| 30 | |
| 31 | void NodeType::setExecOutputs(std::vector<std::string> newOutputs) { |
| 32 | mExecOutputs = std::move(newOutputs); |
| 33 | } |
| 34 | |
| 35 | void NodeType::makePure() { |
| 36 | setExecInputs({}); |
nothing calls this directly
no outgoing calls
no test coverage detected