| 216 | } |
| 217 | |
| 218 | void AudioNodeOutput::disconnectAll(ContextGraphLock & g, std::shared_ptr<AudioNodeOutput> self) |
| 219 | { |
| 220 | self->disconnectAllInputs(g, self); |
| 221 | self->disconnectAllParams(g, self); |
| 222 | } |
| 223 | |
| 224 | } // namespace lab |
nothing calls this directly
no test coverage detected