(&mut self)
| 4193 | } |
| 4194 | |
| 4195 | fn parse_option_retain_history(&mut self) -> Result<Option<WithOptionValue<Raw>>, ParserError> { |
| 4196 | Ok(Some(self.parse_retain_history()?)) |
| 4197 | } |
| 4198 | |
| 4199 | fn parse_retain_history(&mut self) -> Result<WithOptionValue<Raw>, ParserError> { |
| 4200 | let _ = self.consume_token(&Token::Eq); |
no test coverage detected