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

Method ReadI16

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

Source from the content-addressed store, hash-verified

218}
219
220func (r *Reader) ReadI16() (v int16) {
221 return int16(r.ReadU16())
222}
223
224func (r *Reader) ReadI32() (v int32) {
225 return int32(r.ReadU32())

Callers

nothing calls this directly

Calls 1

ReadU16Method · 0.95

Tested by

no test coverage detected