()
| 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 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected