| 300 | return outputInfos[index]; |
| 301 | } |
| 302 | LightInfo* getLightInfo(int index) { |
| 303 | return lightInfos[index]; |
| 304 | } |
| 305 | Expander& getLeftExpander() { |
| 306 | return leftExpander; |
| 307 | } |
nothing calls this directly
no outgoing calls
no test coverage detected