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

Method PluginBusy

sdk/pluginhost/host.go:83–85  ·  view source on GitHub ↗

PluginBusy reports whether a plugin dynamic library is loaded or being loaded.

(id string)

Source from the content-addressed store, hash-verified

81
82// PluginBusy reports whether a plugin dynamic library is loaded or being loaded.
83func (h *Host) PluginBusy(id string) bool {
84 return h != nil && h.inner != nil && h.inner.PluginBusy(id)
85}
86
87// UnloadPlugin removes one plugin from the active runtime and closes its dynamic library.
88func (h *Host) UnloadPlugin(id string) bool {

Callers

nothing calls this directly

Calls 1

PluginBusyMethod · 0.65

Tested by

no test coverage detected