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

Method RawInt32

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

Source from the content-addressed store, hash-verified

167func (c *ReadContext) RawInt8() int8 { return int8(c.buffer.ReadByte(c.Err())) }
168func (c *ReadContext) RawInt16() int16 { return c.buffer.ReadInt16(c.Err()) }
169func (c *ReadContext) RawInt32() int32 { return c.buffer.ReadInt32(c.Err()) }
170func (c *ReadContext) RawInt64() int64 { return c.buffer.ReadInt64(c.Err()) }
171func (c *ReadContext) RawFloat32() float32 { return c.buffer.ReadFloat32(c.Err()) }
172func (c *ReadContext) RawFloat64() float64 { return c.buffer.ReadFloat64(c.Err()) }

Callers

nothing calls this directly

Calls 2

ErrMethod · 0.95
ReadInt32Method · 0.45

Tested by

no test coverage detected