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

Function NewClientEmpty

client/base.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func NewClientEmpty() *QQClient {
40 return NewClientMD5(0, [16]byte{})
41}
42
43func NewClientMD5(uin uint32, passwordMD5 [16]byte) *QQClient {
44 cookieContainer, _ := cookiejar.New(&cookiejar.Options{PublicSuffixList: publicsuffix.List})

Callers

nothing calls this directly

Calls 1

NewClientMD5Function · 0.85

Tested by

no test coverage detected