MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / T166

Function T166

client/packets/tlv/common.go:152–156  ·  view source on GitHub ↗
(imageType int)

Source from the content-addressed store, hash-verified

150}
151
152func T166(imageType int) []byte {
153 return binary.NewBuilder().
154 WriteI8(int8(imageType)).
155 Pack(0x166)
156}
157
158func T16a(noPicSig []byte) []byte {
159 return binary.NewBuilder().

Callers 1

QRCodeLoginMethod · 0.92

Calls 3

NewBuilderFunction · 0.92
PackMethod · 0.80
WriteI8Method · 0.80

Tested by

no test coverage detected