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

Method is_compatible

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

Returns whether compatible schema evolution is enabled. # Returns `true` if compatible schema evolution is enabled, `false` otherwise.

(&self)

Source from the content-addressed store, hash-verified

459 ///
460 /// `true` if compatible schema evolution is enabled, `false` otherwise.
461 pub fn is_compatible(&self) -> bool {
462 self.config.compatible
463 }
464
465 /// Returns whether string compression is enabled.
466 ///

Callers 13

read_type_info_fastFunction · 0.45
field_read_type_infoFunction · 0.45
field_write_type_infoFunction · 0.45
codec_read_type_infoFunction · 0.45
codec_write_type_infoFunction · 0.45
type_info_exactMethod · 0.45
read_type_info_valueMethod · 0.45
fory_write_dataMethod · 0.45
fory_read_dataMethod · 0.45
read_polymorphic_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected