MCPcopy Create free account
hub / github.com/apache/fory / is_check_string_read

Method is_check_string_read

rust/fory-core/src/fory.rs:475–477  ·  view source on GitHub ↗

Returns whether UTF-8 string payload validation is enabled.

(&self)

Source from the content-addressed store, hash-verified

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 ///

Callers 2

fory_read_dataMethod · 0.45
skip_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected