MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / ReadI8

Method ReadI8

utils/binary/reader.go:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215
216func (r *Reader) ReadI8() (v int8) {
217 return int8(r.ReadU8())
218}
219
220func (r *Reader) ReadI16() (v int16) {
221 return int16(r.ReadU16())

Callers

nothing calls this directly

Calls 1

ReadU8Method · 0.95

Tested by

no test coverage detected