Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
func
T166(imageType int) []byte {
153
return
binary.NewBuilder().
154
WriteI8(int8(imageType)).
155
Pack(0x166)
156
}
157
158
func
T16a(noPicSig []byte) []byte {
159
return
binary.NewBuilder().
Callers
1
QRCodeLogin
Method · 0.92
Calls
3
NewBuilder
Function · 0.92
Pack
Method · 0.80
WriteI8
Method · 0.80
Tested by
no test coverage detected