| 386 | |
| 387 | |
| 388 | void Module::jsonStripIds(json_t* rootJ) { |
| 389 | json_object_del(rootJ, "id"); |
| 390 | json_object_del(rootJ, "leftModuleId"); |
| 391 | json_object_del(rootJ, "rightModuleId"); |
| 392 | } |
| 393 | |
| 394 | |
| 395 | void Module::setExpanderModule(Module* module, uint8_t side) { |
nothing calls this directly
no outgoing calls
no test coverage detected