Returns whether UTF-8 string payload validation is enabled.
(&self)
| 473 | |
| 474 | /// Returns whether UTF-8 string payload validation is enabled. |
| 475 | pub fn is_check_string_read(&self) -> bool { |
| 476 | self.config.check_string_read |
| 477 | } |
| 478 | |
| 479 | /// Returns whether metadata sharing is enabled. |
| 480 | /// |
no outgoing calls
no test coverage detected