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

Function schemaMismatchEnabled

benchmarks/javascript/benchmark.js:720–722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

718}
719
720function schemaMismatchEnabled() {
721 return process.env[SCHEMA_MISMATCH_ENV] === "1";
722}
723
724function validateSchemaMismatchSelection(options, schemaMismatch) {
725 if (!schemaMismatch) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected