| 140 | } |
| 141 | |
| 142 | int getIgnitionModuleCount() const { |
| 143 | return m_ignitionModule == nullptr |
| 144 | ? 0 |
| 145 | : 1; |
| 146 | } |
| 147 | |
| 148 | void addIgnitionModule(IgnitionModuleNode *ignitionModule) { |
| 149 | m_ignitionModule = ignitionModule; |
nothing calls this directly
no outgoing calls
no test coverage detected