Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ pluginBusy
Function
pluginBusy
internal/api/handlers/management/plugin_store.go:810–815 ·
view source on GitHub ↗
(host *pluginhost.Host, id string)
Source
from the content-addressed store, hash-verified
808
}
809
810
func
pluginBusy(host *pluginhost.Host, id string) bool {
811
if
host == nil {
812
return
false
813
}
814
return
host.PluginBusy(id)
815
}
Callers
2
DeletePlugin
Method · 0.85
installPluginFromStore
Method · 0.85
Calls
1
PluginBusy
Method · 0.65
Tested by
no test coverage detected