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

Method ReadVarint32

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

Source from the content-addressed store, hash-verified

171func (c *ReadContext) RawFloat32() float32 { return c.buffer.ReadFloat32(c.Err()) }
172func (c *ReadContext) RawFloat64() float64 { return c.buffer.ReadFloat64(c.Err()) }
173func (c *ReadContext) ReadVarint32() int32 { return c.buffer.ReadVarint32(c.Err()) }
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()) }

Callers 1

readFastMethod · 0.45

Calls 1

ErrMethod · 0.95

Tested by

no test coverage detected