Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ PluginBusy
Method
PluginBusy
internal/homeplugins/sync.go:28–28 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
26
27
type
PluginRuntime
interface
{
28
PluginBusy(id string) bool
29
UnloadPlugin(id string) bool
30
}
31
Callers
6
TestHostPluginBusyReportsLoadingPlugin
Function · 0.65
TestHostUnloadWaitsForBlockingLoad
Function · 0.65
installManifest
Function · 0.65
deletePluginArtifact
Function · 0.65
pluginBusy
Function · 0.65
PluginBusy
Method · 0.65
Implementers
3
Host
internal/pluginhost/host.go
fakePluginRuntime
internal/homeplugins/sync_test.go
Host
sdk/pluginhost/host.go
Calls
no outgoing calls
Tested by
2
TestHostPluginBusyReportsLoadingPlugin
Function · 0.52
TestHostUnloadWaitsForBlockingLoad
Function · 0.52