Returns the value of the `current_object_missing_warnings` configuration parameter.
(&self)
| 764 | /// Returns the value of the `current_object_missing_warnings` configuration |
| 765 | /// parameter. |
| 766 | pub fn current_object_missing_warnings(&self) -> bool { |
| 767 | *self.expect_value::<bool>(&CURRENT_OBJECT_MISSING_WARNINGS) |
| 768 | } |
| 769 | |
| 770 | /// Returns the value of the `DateStyle` configuration parameter. |
| 771 | pub fn date_style(&self) -> &[&str] { |
no outgoing calls
no test coverage detected