| 168 | } |
| 169 | |
| 170 | struct DemoViewer<'a> { |
| 171 | audio_system: &'a mut AudioSystem, |
| 172 | } |
| 173 | |
| 174 | impl<'a> DemoViewer<'a> { |
| 175 | fn remove_edge(&mut self, from: OutPinId, to: InPinId, snarl: &mut Snarl<GuiAudioNode>) { |
nothing calls this directly
no outgoing calls
no test coverage detected