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

Class DemoApp

examples/visual_node_graph/src/ui.rs:828–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828pub struct DemoApp {
829 snarl: Snarl<GuiAudioNode>,
830 style: SnarlStyle,
831 snarl_ui_id: Option<Id>,
832 audio_system: AudioSystem,
833 overall_cpu_usage_percent: u32,
834 last_cpu_usage_update: Instant,
835}
836
837impl DemoApp {
838 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected