| 99 | Expander rightExpander; |
| 100 | |
| 101 | struct BypassRoute { |
| 102 | int inputId = -1; |
| 103 | int outputId = -1; |
| 104 | }; |
| 105 | std::vector<BypassRoute> bypassRoutes; |
| 106 | |
| 107 | /** Constructs a Module with no params, inputs, outputs, and lights. */ |
nothing calls this directly
no outgoing calls
no test coverage detected