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

Class IOSConfig

src/dev_server.rs:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32#[derive(Deserialize, Default)]
33struct IOSConfig {
34 device_name: Option<String>,
35 ios_version: Option<String>,
36 #[serde(skip)]
37 _runtime: Option<String>, // Changed to _runtime to indicate intentionally unused
38}
39
40#[derive(Deserialize, Default)]
41struct AndroidConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected