Returns the value of `restrict_to_user_objects` configuration parameter.
(&self)
| 881 | |
| 882 | /// Returns the value of `restrict_to_user_objects` configuration parameter. |
| 883 | pub fn restrict_to_user_objects(&self) -> bool { |
| 884 | *self.expect_value(&RESTRICT_TO_USER_OBJECTS) |
| 885 | } |
| 886 | |
| 887 | /// Returns the value of `enable_session_cardinality_estimates` configuration parameter. |
| 888 | pub fn enable_session_cardinality_estimates(&self) -> bool { |
no test coverage detected