(&mut self, distance: &str, position: &str, command: Command)
| 268 | } |
| 269 | } |
| 270 | |
| 271 | #[derive(Debug, Default, Clone)] |
| 272 | pub(crate) struct Figure(pub(crate) HashMap<String, Command>); |
| 273 | |
| 274 | impl Figure { |
| 275 | fn push(&mut self, distance: &str, position: &str, command: Command) { |
no outgoing calls
no test coverage detected