Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algoscienceacademy/RustUI
/ get_status
Method
get_status
src/dev_server.rs:580–582 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
578
}
579
580
pub fn get_status(&self) -> BuildStatus {
581
self.status.lock().unwrap().clone()
582
}
583
584
fn restart(&mut self) -> Result<(), Box<dyn std::error::Error>> {
585
self.watcher = None;
Callers
2
main
Function · 0.80
render_ui
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected