MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / ClearCurrent

Function ClearCurrent

internal/home/global.go:23–25  ·  view source on GitHub ↗

ClearCurrent removes the active home client.

()

Source from the content-addressed store, hash-verified

21
22// ClearCurrent removes the active home client.
23func ClearCurrent() {
24 currentClient.Store((*Client)(nil))
25}

Calls

no outgoing calls