| 152 | void addOutput(ContextGraphLock&, std::unique_ptr<AudioNodeOutput> output); |
| 153 | |
| 154 | int numberOfInputs() const { return static_cast<int>(m_inputs.size()); } |
| 155 | int numberOfOutputs() const { return static_cast<int>(m_outputs.size()); } |
| 156 | |
| 157 | std::shared_ptr<AudioNodeInput> input(int index); |
no test coverage detected