Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ RegisterClient
Method
RegisterClient
internal/pluginhost/adapters.go:31–31 ·
view source on GitHub ↗
(clientID, clientProvider string, models []*registry.ModelInfo)
Source
from the content-addressed store, hash-verified
29
30
type
modelRegistry
interface
{
31
RegisterClient(clientID, clientProvider string, models []*registry.ModelInfo)
32
UnregisterClient(clientID string)
33
}
34
Callers
15
commitModelClients
Method · 0.65
commitExecutorState
Method · 0.65
TestRegisterExecutorsSkipsPluginModelWhenModelAlreadyHasNativeExecutor
Function · 0.65
TestAntigravityWebSearchModelForRequiresRequestedModelCapability
Function · 0.65
TestModelRegistryHook_OnModelsRegisteredCalled
Function · 0.65
TestModelRegistryHook_OnModelsUnregisteredCalled
Function · 0.65
TestModelRegistryHook_DoesNotBlockRegisterClient
Function · 0.65
TestModelRegistryHook_PanicDoesNotAffectRegistry
Function · 0.65
TestGetAvailableModelsReturnsClonedSnapshots
Function · 0.65
TestGetAvailableModelsClaudeIncludesTokenLimits
Function · 0.65
TestGetAvailableModelsInvalidatesCacheOnRegistryChanges
Function · 0.65
TestGetModelInfoReturnsClone
Function · 0.65
Implementers
2
fakeModelRegistry
internal/pluginhost/adapters_test.go
ModelRegistry
internal/registry/model_registry.go
Calls
no outgoing calls
Tested by
15
TestRegisterExecutorsSkipsPluginModelWhenModelAlreadyHasNativeExecutor
Function · 0.52
TestAntigravityWebSearchModelForRequiresRequestedModelCapability
Function · 0.52
TestModelRegistryHook_OnModelsRegisteredCalled
Function · 0.52
TestModelRegistryHook_OnModelsUnregisteredCalled
Function · 0.52
TestModelRegistryHook_DoesNotBlockRegisterClient
Function · 0.52
TestModelRegistryHook_PanicDoesNotAffectRegistry
Function · 0.52
TestGetAvailableModelsReturnsClonedSnapshots
Function · 0.52
TestGetAvailableModelsClaudeIncludesTokenLimits
Function · 0.52
TestGetAvailableModelsInvalidatesCacheOnRegistryChanges
Function · 0.52
TestGetModelInfoReturnsClone
Function · 0.52
TestGetModelsForClientReturnsClones
Function · 0.52
TestGetAvailableModelsByProviderReturnsClones
Function · 0.52