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

Method empty

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

Source from the content-addressed store, hash-verified

75 }
76
77 pub fn empty() -> App {
78 Self {
79 world: Default::default(),
80 schedule: Default::default(),
81 }
82 }
83
84 /// Advances the execution of the [`Schedule`] by one cycle.
85 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected