Buffer returns the underlying buffer
()
| 90 | |
| 91 | // Buffer returns the underlying buffer |
| 92 | func (c *ReadContext) Buffer() *ByteBuffer { |
| 93 | return c.buffer |
| 94 | } |
| 95 | |
| 96 | // TrackRef returns whether reference tracking is enabled |
| 97 | func (c *ReadContext) TrackRef() bool { |
no outgoing calls