inputs and outputs
| 146 | |
| 147 | // inputs and outputs |
| 148 | bool isInitialized() const { return m_isInitialized; } |
| 149 | |
| 150 | // These locked versions can be called at run time. |
| 151 | void addInput(ContextGraphLock&, std::unique_ptr<AudioNodeInput> input); |
nothing calls this directly
no outgoing calls
no test coverage detected