Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ is_platform_selected
Method
is_platform_selected
src/dev_server.rs:178–180 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
176
}
177
178
fn is_platform_selected(&self) -> bool {
179
!matches!(self.get_status().message, None)
180
}
181
182
fn show_platform_setup(&mut self, platform: &str) -> Result<(), Box<dyn std::error::Error>> {
183
execute!(
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected