| 291 | return lights[index]; |
| 292 | } |
| 293 | ParamQuantity* getParamQuantity(int index) { |
| 294 | return paramQuantities[index]; |
| 295 | } |
| 296 | PortInfo* getInputInfo(int index) { |
| 297 | return inputInfos[index]; |
| 298 | } |
nothing calls this directly
no outgoing calls
no test coverage detected