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