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

Method TrackRef

go/fory/reader.go:97–99  ·  view source on GitHub ↗

TrackRef returns whether reference tracking is enabled

()

Source from the content-addressed store, hash-verified

95
96// TrackRef returns whether reference tracking is enabled
97func (c *ReadContext) TrackRef() bool {
98 return c.trackRef
99}
100
101// Compatible returns whether schema evolution compatibility mode is enabled
102func (c *ReadContext) Compatible() bool {

Callers 10

BuildForyMethod · 0.45
writeHeaderMethod · 0.45
writeHeaderMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
initFieldsMethod · 0.45
initFieldsFromTypeDefMethod · 0.45
writeDataWithGenericsMethod · 0.45
WriteTypedMethod · 0.45
WriteTypedMethod · 0.45

Calls

no outgoing calls

Tested by 1

BuildForyMethod · 0.36