Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
func
(r *Reader) ReadU16() (v uint16) {
106
return
readint[uint16](r)
107
}
108
109
func
(r *Reader) ReadU32() (v uint32) {
110
return
readint[uint32](r)
Callers
7
decodeLoginResponse
Method · 0.95
GetQRCodeResult
Method · 0.95
Unmarshal
Method · 0.95
SkipBytesWithLength
Method · 0.95
ReadBytesWithLength
Method · 0.95
ReadTlv
Method · 0.95
ReadI16
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected