MCPcopy 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
810func pluginBusy(host *pluginhost.Host, id string) bool {
811 if host == nil {
812 return false
813 }
814 return host.PluginBusy(id)
815}

Callers 2

DeletePluginMethod · 0.85

Calls 1

PluginBusyMethod · 0.65

Tested by

no test coverage detected