| 294 | return paramQuantities[index]; |
| 295 | } |
| 296 | PortInfo* getInputInfo(int index) { |
| 297 | return inputInfos[index]; |
| 298 | } |
| 299 | PortInfo* getOutputInfo(int index) { |
| 300 | return outputInfos[index]; |
| 301 | } |
nothing calls this directly
no outgoing calls
no test coverage detected