| 7 | ScriptingUIModule::ScriptingUIModule() {} |
| 8 | |
| 9 | void ScriptingUIModule::onModuleInit() { |
| 10 | log::info("Scripting UI module initialized"); |
| 11 | this->setAutoEnableMode(AutoEnableMode::Launch); |
| 12 | } |
| 13 | |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected