MCPcopy Create free account
hub / github.com/TanTanDev/runity / new

Method new

rust/shared/src/bevy_app_syncable.rs:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72impl App {
73 pub fn new() -> App {
74 App::default()
75 }
76
77 pub fn empty() -> App {
78 Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected