Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
608
impl 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_process
Method · 0.80
cleanup
Method · 0.80
Tested by
no test coverage detected