| 33 | } |
| 34 | |
| 35 | void NodeType::makePure() { |
| 36 | setExecInputs({}); |
| 37 | setExecOutputs({}); |
| 38 | |
| 39 | mPure = true; |
| 40 | } |
| 41 | |
| 42 | NodeInstance* NodeType::nodeInstance() const { return mNodeInstance; } |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected