Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
func
(f *Fory) applyCompatibleDefault() {
233
if
!f.compatibleSet {
234
f.config.Compatible = true
235
}
236
}
237
238
// MetaContext returns the meta context for schema evolution
239
func
(f *Fory) MetaContext() *MetaContext {
Callers
1
New
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected