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

Method new

src/window.rs:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50impl 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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected