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

Method Release

client/base.go:190–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188}
189
190func (c *QQClient) Release() {
191 c.signProvider.Release()
192 if c.Online.Load() {
193 c.Disconnect()
194 }
195 c.alive = false
196}
197
198func (c *QQClient) NickName() string {
199 return c.transport.Sig.Nickname

Callers

nothing calls this directly

Calls 2

DisconnectMethod · 0.95
ReleaseMethod · 0.65

Tested by

no test coverage detected