| 7 | /// A "dummy" [`AudioNode`], a node which does nothing. |
| 8 | #[derive(Default, Debug, Clone, Copy, PartialEq, Eq)] |
| 9 | pub(crate) struct DummyNode; |
| 10 | |
| 11 | /// The configuration for a [`DummyNode`], a node which does nothing. |
| 12 | #[derive(Default, Debug, Clone, Copy, PartialEq, Eq)] |
nothing calls this directly
no outgoing calls
no test coverage detected