(&self)
| 198 | position: &str, |
| 199 | command: Command, |
| 200 | ) { |
| 201 | self.timeline |
| 202 | .update_figures(index, distance, position, command); |
| 203 | } |
| 204 | |
| 205 | pub(crate) fn set_backlog(&mut self, backlog: Vec<BackLogItem>) { |
no outgoing calls
no test coverage detected