Returns the value of the `intervalstyle` configuration parameter.
(&self)
| 789 | |
| 790 | /// Returns the value of the `intervalstyle` configuration parameter. |
| 791 | pub fn intervalstyle(&self) -> &IntervalStyle { |
| 792 | self.expect_value(&INTERVAL_STYLE) |
| 793 | } |
| 794 | |
| 795 | /// Returns the value of the `mz_version` configuration parameter. |
| 796 | pub fn mz_version(&self) -> String { |
nothing calls this directly
no test coverage detected