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

Function schemaMismatchEnabled

benchmarks/go/benchmark_test.go:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func schemaMismatchEnabled() bool {
127 return os.Getenv("FORY_BENCH_SCHEMA_MISMATCH") == "1"
128}
129
130func rejectNonForySchemaMismatch(b testing.TB) {
131 if schemaMismatchEnabled() {

Calls

no outgoing calls

Tested by

no test coverage detected