MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / DevServer

Class DevServer

src/dev_server.rs:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70pub struct DevServer {
71 watcher: Option<RecommendedWatcher>,
72 watcher_tx: Option<Sender<notify::Event>>,
73 target_platform: Platform,
74 status: Arc<Mutex<BuildStatus>>,
75 simulator_windows: Vec<SimulatorWindow>,
76 file_watcher_thread: Option<std::thread::JoinHandle<()>>,
77 ignore_paths: Vec<String>,
78}
79
80pub struct SimulatorWindow {
81 platform: Platform,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected