(&self)
| 230 | |
| 231 | impl CommandParser<'_> { |
| 232 | pub fn command(&self) -> &str { |
| 233 | self.command |
| 234 | } |
| 235 | |
| 236 | pub fn position(&self) -> usize { |
| 237 | self.command.len() - self.consumable.len() |
nothing calls this directly
no outgoing calls
no test coverage detected