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

Method ownsExecutor

internal/pluginhost/adapters.go:1076–1079  ·  view source on GitHub ↗
(executor coreauth.ProviderExecutor)

Source from the content-addressed store, hash-verified

1074}
1075
1076func (h *Host) ownsExecutor(executor coreauth.ProviderExecutor) bool {
1077 adapter, okAdapter := executor.(*executorAdapter)
1078 return okAdapter && adapter != nil && adapter.host == h
1079}
1080
1081func (h *Host) modelProvider(pluginID string) string {
1082 if h == nil {

Callers 2

commitExecutorStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected