| 297 | return inputInfos[index]; |
| 298 | } |
| 299 | PortInfo* getOutputInfo(int index) { |
| 300 | return outputInfos[index]; |
| 301 | } |
| 302 | LightInfo* getLightInfo(int index) { |
| 303 | return lightInfos[index]; |
| 304 | } |
nothing calls this directly
no outgoing calls
no test coverage detected