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

Method UseSig

client/base.go:178–180  ·  view source on GitHub ↗
(s auth.SigInfo)

Source from the content-addressed store, hash-verified

176}
177
178func (c *QQClient) UseSig(s auth.SigInfo) {
179 c.transport.Sig = s
180}
181
182func (c *QQClient) Sig() *auth.SigInfo {
183 return &c.transport.Sig

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected