Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
720
function
schemaMismatchEnabled() {
721
return
process.env[SCHEMA_MISMATCH_ENV] ===
"1"
;
722
}
723
724
function
validateSchemaMismatchSelection(options, schemaMismatch) {
725
if
(!schemaMismatch) {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected