| 86 | explicit NodeImpl(NodeContext& context) { setContext(&context); } |
| 87 | void initLogging() override { InitLogging(*Assert(m_context->args)); } |
| 88 | void initParameterInteraction() override { InitParameterInteraction(*Assert(m_context->args)); } |
| 89 | bilingual_str getWarnings() override { return GetWarnings(true); } |
| 90 | uint32_t getLogCategories() override { return LogInstance().GetCategoryMask(); } |
| 91 | bool baseInitialize() override |
nothing calls this directly
no test coverage detected