| 25 | } |
| 26 | |
| 27 | void NodeType::setExecInputs(std::vector<std::string> newInputs) { |
| 28 | mExecInputs = std::move(newInputs); |
| 29 | } |
| 30 | |
| 31 | void NodeType::setExecOutputs(std::vector<std::string> newOutputs) { |
| 32 | mExecOutputs = std::move(newOutputs); |
nothing calls this directly
no outgoing calls
no test coverage detected