Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
func
(r *Reader) ReadU32() (v uint32) {
110
return
readint[uint32](r)
111
}
112
113
func
(r *Reader) ReadU64() (v uint64) {
114
return
readint[uint64](r)
Callers
8
decodeOlPushServicePacket
Function · 0.95
GetQRCodeResult
Method · 0.95
Unmarshal
Method · 0.95
SkipBytesWithLength
Method · 0.95
ReadBytesWithLength
Method · 0.95
ReadI32
Method · 0.95
ParseMessageElements
Function · 0.95
parseHighwayPacket
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected