Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ WriteU32
Method
WriteU32
utils/binary/builder.go:173–175 ·
view source on GitHub ↗
(v uint32)
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(b *Builder) WriteU32(v uint32) *Builder {
174
return
writeint(b, v)
175
}
176
177
func
(b *Builder) WriteU64(v uint64) *Builder {
178
return
writeint(b, v)
Callers
15
Marshal
Method · 0.95
WritePacketBytes
Method · 0.95
WriteI32
Method · 0.95
WriteFloat
Method · 0.95
buildPasswordLoginRequest
Function · 0.80
buildCode2dPacket
Method · 0.80
GetQRCodeResult
Method · 0.80
PackPacket
Method · 0.80
T18
Function · 0.80
T100
Function · 0.80
T106
Function · 0.80
T116
Function · 0.80
Calls
1
writeint
Function · 0.85
Tested by
no test coverage detected