| 72 | public: |
| 73 | explicit NodeImpl(NodeContext *context) { setContext(context); } |
| 74 | void initLogging() override { InitLogging(*Assert(m_context->args)); } |
| 75 | void initParameterInteraction() override { |
| 76 | InitParameterInteraction(*Assert(m_context->args)); |
| 77 | } |
nothing calls this directly
no test coverage detected