Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ release
Method
release
internal/pluginhost/client_guard.go:45–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(c *guardedPluginClient) release() {
46
c.mu.Lock()
47
c.calls--
48
if
c.calls == 0 {
49
c.cond.Broadcast()
50
}
51
c.mu.Unlock()
52
}
53
54
func
(c *guardedPluginClient) Shutdown() {
55
if
c == nil {
Callers
1
Call
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected