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

Struct fakeExecutorManager

internal/pluginhost/adapters_test.go:3282–3286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3280}
3281
3282type fakeExecutorManager struct {
3283 executors map[string]coreauth.ProviderExecutor
3284 registerCalls int
3285 unregisters []string
3286}
3287
3288func newFakeExecutorManager() *fakeExecutorManager {
3289 return &fakeExecutorManager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected