| 760 | int getNumInputs() { return inputs.size(); } |
| 761 | Input& getInput(int index) { return inputs[index]; } |
| 762 | int getNumOutputs() { return outputs.size(); } |
| 763 | Output& getOutput(int index) { return outputs[index]; } |
| 764 | int getNumLights() { return lights.size(); } |
| 765 | Light& getLight(int index) { return lights[index]; } |
no test coverage detected