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

Method RawBool

go/fory/reader.go:166–166  ·  view source on GitHub ↗

Inline primitive reads

()

Source from the content-addressed store, hash-verified

164
165// Inline primitive reads
166func (c *ReadContext) RawBool() bool { return c.buffer.ReadBool(c.Err()) }
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()) }

Callers

nothing calls this directly

Calls 2

ErrMethod · 0.95
ReadBoolMethod · 0.45

Tested by

no test coverage detected