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

Struct testThinkingCapability

internal/pluginhost/test_helpers_test.go:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246func (testUsageCapability) HandleUsage(ctx context.Context, record pluginapi.UsageRecord) {}
247
248type testThinkingCapability struct {
249 provider string
250}
251
252func (c testThinkingCapability) Identifier() string {
253 return c.provider

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected