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

Method ReadByte

go/fory/reader.go:176–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174func (c *ReadContext) ReadVarint64() int64 { return c.buffer.ReadVarint64(c.Err()) }
175func (c *ReadContext) ReadVarUint32() uint32 { return c.buffer.ReadVarUint32(c.Err()) }
176func (c *ReadContext) ReadByte() byte { return c.buffer.ReadByte(c.Err()) }
177
178func (c *ReadContext) RawString() string {
179 err := c.Err()

Callers 2

RawInt8Method · 0.45
readFastMethod · 0.45

Calls 1

ErrMethod · 0.95

Tested by

no test coverage detected