MCPcopy 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
169func (b *Builder) WriteU16(v uint16) *Builder {
170 return writeint(b, v)
171}
172
173func (b *Builder) WriteU32(v uint32) *Builder {
174 return writeint(b, v)

Callers 15

MarshalMethod · 0.95
MarshalMethod · 0.95
WritePacketBytesMethod · 0.95
WriteLenBytesMethod · 0.95
WriteI16Method · 0.95
WriteTLVMethod · 0.95
buildCode2dPacketMethod · 0.80
FetchQRCodeMethod · 0.80
QRCodeLoginMethod · 0.80
T18Function · 0.80
T100Function · 0.80

Calls 1

writeintFunction · 0.85

Tested by

no test coverage detected