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

Struct thinkingAdapter

internal/pluginhost/adapters.go:1798–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1796}
1797
1798type thinkingAdapter struct {
1799 host *Host
1800 pluginID string
1801 path string
1802 version string
1803 provider string
1804 applier pluginapi.ThinkingApplier
1805}
1806
1807func (a *usageAdapter) HandleUsage(ctx context.Context, record coreusage.Record) {
1808 if a == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected