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

Class DemoApp

examples/custom_nodes/src/ui.rs:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5use crate::system::AudioSystem;
6
7pub struct DemoApp {
8 audio_system: AudioSystem,
9}
10
11impl DemoApp {
12 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected