Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ kill_process
Method
kill_process
src/dev_server.rs:97–101 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
95
}
96
97
fn kill_process(&mut self) {
98
if let Some(mut process) = self.process.take() {
99
let _ = process.kill();
100
}
101
}
102
}
103
104
impl DevServer {
Callers
2
cleanup_platform
Method · 0.80
drop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected