Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ RegisterExecutor
Method
RegisterExecutor
internal/pluginhost/adapters.go:748–748 ·
view source on GitHub ↗
(coreauth.ProviderExecutor)
Source
from the content-addressed store, hash-verified
746
type
executorManager
interface
{
747
Executor(provider string) (coreauth.ProviderExecutor, bool)
748
RegisterExecutor(coreauth.ProviderExecutor)
749
UnregisterExecutor(provider string)
750
}
751
Callers
6
commitExecutorState
Method · 0.65
TestRegisterExecutorsDoesNotOverwriteExistingExecutor
Function · 0.65
TestRegisterExecutorsKeepsPluginModelsForNativeProviderWithoutOverwritingExecutor
Function · 0.65
TestRegisterExecutorsSkipsPluginModelWhenModelAlreadyHasNativeExecutor
Function · 0.65
TestRegisterAvailableExecutors
Function · 0.65
registerExecutorForAuth
Method · 0.65
Implementers
2
fakeExecutorManager
internal/pluginhost/adapters_test.go
Manager
sdk/cliproxy/auth/conductor.go
Calls
no outgoing calls
Tested by
4
TestRegisterExecutorsDoesNotOverwriteExistingExecutor
Function · 0.52
TestRegisterExecutorsKeepsPluginModelsForNativeProviderWithoutOverwritingExecutor
Function · 0.52
TestRegisterExecutorsSkipsPluginModelWhenModelAlreadyHasNativeExecutor
Function · 0.52
TestRegisterAvailableExecutors
Function · 0.52