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

Method ReadU16

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

Source from the content-addressed store, hash-verified

103}
104
105func (r *Reader) ReadU16() (v uint16) {
106 return readint[uint16](r)
107}
108
109func (r *Reader) ReadU32() (v uint32) {
110 return readint[uint32](r)

Callers 7

decodeLoginResponseMethod · 0.95
GetQRCodeResultMethod · 0.95
UnmarshalMethod · 0.95
SkipBytesWithLengthMethod · 0.95
ReadBytesWithLengthMethod · 0.95
ReadTlvMethod · 0.95
ReadI16Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected