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

Struct fakeModelRegistry

internal/pluginhost/adapters_test.go:3234–3237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3232}
3233
3234type fakeModelRegistry struct {
3235 clients map[string]*fakeModelClient
3236 unregisters []string
3237}
3238
3239type fakeModelClient struct {
3240 provider string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected