(&self)
| 206 | self.backlog = backlog; |
| 207 | } |
| 208 | |
| 209 | pub(crate) fn insert_background(&mut self, index: usize, command: Command) { |
| 210 | self.timeline.insert_background(index, command); |
| 211 | } |
| 212 | |
| 213 | pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) { |
no outgoing calls
no test coverage detected