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

Function schema_mismatch_enabled

benchmarks/python/benchmark.py:666–667  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664
665
666def schema_mismatch_enabled() -> bool:
667 return os.getenv(SCHEMA_MISMATCH_ENV) == "1"
668
669
670def validate_schema_mismatch_selection(selected_serializers: List[str]) -> None:

Callers 2

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected