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

Method drop

src/dev_server.rs:609–614  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

607
608impl Drop for DevServer {
609 fn drop(&mut self) {
610 for window in &mut self.simulator_windows {
611 window.kill_process();
612 }
613 self.cleanup();
614 }
615}

Callers

nothing calls this directly

Calls 2

kill_processMethod · 0.80
cleanupMethod · 0.80

Tested by

no test coverage detected