(&mut self, distance: &str, position: &str, command: Command)
| 268 | |
| 269 | pub(crate) fn take_backlog(self) -> Vec<BackLogItem> { |
| 270 | self.backlog |
| 271 | } |
| 272 | |
| 273 | pub(crate) fn name(&self) -> &str { |
| 274 | &self.name |
| 275 | } |
no outgoing calls
no test coverage detected