Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ UnloadPlugin
Method
UnloadPlugin
internal/homeplugins/sync.go:29–29 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
27
type
PluginRuntime
interface
{
28
PluginBusy(id string) bool
29
UnloadPlugin(id string) bool
30
}
31
32
type
PluginLoadInspector
interface
{
Callers
6
TestHostUnloadPluginTargetsOnlyRequestedPlugin
Function · 0.65
TestHostUnloadWaitsForBlockingLoad
Function · 0.65
TestHostUnloadAndShutdownWaitForBlockingRegister
Function · 0.65
deletePluginArtifact
Function · 0.65
DeletePlugin
Method · 0.65
UnloadPlugin
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
3
TestHostUnloadPluginTargetsOnlyRequestedPlugin
Function · 0.52
TestHostUnloadWaitsForBlockingLoad
Function · 0.52
TestHostUnloadAndShutdownWaitForBlockingRegister
Function · 0.52