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

Method applyCompatibleDefault

go/fory/fory.go:232–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232func (f *Fory) applyCompatibleDefault() {
233 if !f.compatibleSet {
234 f.config.Compatible = true
235 }
236}
237
238// MetaContext returns the meta context for schema evolution
239func (f *Fory) MetaContext() *MetaContext {

Callers 1

NewFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected