()
| 49 | |
| 50 | impl Window { |
| 51 | pub fn new() -> Self { |
| 52 | Self::new_with_platform("desktop") |
| 53 | } |
| 54 | |
| 55 | pub fn new_with_platform(platform: &str) -> Self { |
| 56 | let platform = match platform { |
nothing calls this directly
no outgoing calls
no test coverage detected