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

Method IsXlang

go/fory/reader.go:50–52  ·  view source on GitHub ↗

IsXlang returns whether cross-language serialization mode is enabled

()

Source from the content-addressed store, hash-verified

48
49// IsXlang returns whether cross-language serialization mode is enabled
50func (c *ReadContext) IsXlang() bool {
51 return c.xlang
52}
53
54// NewReadContext creates a new read context
55func NewReadContext(trackRef bool) *ReadContext {

Callers 9

WriteDataMethod · 0.45
ReadDataMethod · 0.45
skipValueFunction · 0.45
WriteTypedMethod · 0.45
ReadTypedMethod · 0.45
WriteTypedMethod · 0.45
ReadTypedMethod · 0.45
WriteTypedMethod · 0.45
ReadTypedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected