Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ WriteU16
Method
WriteU16
utils/binary/builder.go:169–171 ·
view source on GitHub ↗
(v uint16)
Source
from the content-addressed store, hash-verified
167
}
168
169
func
(b *Builder) WriteU16(v uint16) *Builder {
170
return
writeint(b, v)
171
}
172
173
func
(b *Builder) WriteU32(v uint32) *Builder {
174
return
writeint(b, v)
Callers
15
Marshal
Method · 0.95
Marshal
Method · 0.95
WritePacketBytes
Method · 0.95
WriteLenBytes
Method · 0.95
WriteI16
Method · 0.95
WriteTLV
Method · 0.95
buildPasswordLoginRequest
Function · 0.80
buildCode2dPacket
Method · 0.80
FetchQRCode
Method · 0.80
QRCodeLogin
Method · 0.80
T18
Function · 0.80
T100
Function · 0.80
Calls
1
writeint
Function · 0.85
Tested by
no test coverage detected