| 826 | } |
| 827 | |
| 828 | pub 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 | |
| 837 | impl DemoApp { |
| 838 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected