MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / DemoViewer

Class DemoViewer

examples/visual_node_graph/src/ui.rs:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170struct DemoViewer<'a> {
171 audio_system: &'a mut AudioSystem,
172}
173
174impl<'a> DemoViewer<'a> {
175 fn remove_edge(&mut self, from: OutPinId, to: InPinId, snarl: &mut Snarl<GuiAudioNode>) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected