MCPcopy 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
173func (b *Builder) WriteU32(v uint32) *Builder {
174 return writeint(b, v)
175}
176
177func (b *Builder) WriteU64(v uint64) *Builder {
178 return writeint(b, v)

Callers 15

MarshalMethod · 0.95
WritePacketBytesMethod · 0.95
WriteI32Method · 0.95
WriteFloatMethod · 0.95
buildCode2dPacketMethod · 0.80
GetQRCodeResultMethod · 0.80
PackPacketMethod · 0.80
T18Function · 0.80
T100Function · 0.80
T106Function · 0.80
T116Function · 0.80

Calls 1

writeintFunction · 0.85

Tested by

no test coverage detected