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

Method ReadU32

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

Source from the content-addressed store, hash-verified

107}
108
109func (r *Reader) ReadU32() (v uint32) {
110 return readint[uint32](r)
111}
112
113func (r *Reader) ReadU64() (v uint64) {
114 return readint[uint64](r)

Callers 8

GetQRCodeResultMethod · 0.95
UnmarshalMethod · 0.95
SkipBytesWithLengthMethod · 0.95
ReadBytesWithLengthMethod · 0.95
ReadI32Method · 0.95
ParseMessageElementsFunction · 0.95
parseHighwayPacketFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected