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

Method HandleUsage

sdk/pluginapi/types.go:1102–1102  ·  view source on GitHub ↗
(context.Context, UsageRecord)

Source from the content-addressed store, hash-verified

1100// UsagePlugin receives usage records after request completion.
1101type UsagePlugin interface {
1102 HandleUsage(context.Context, UsageRecord)
1103}
1104
1105// CommandLinePlugin declares and handles plugin-owned command-line flags.

Callers 2

HandleUsageMethod · 0.65
CallMethod · 0.65

Implementers 6

usageAdapterinternal/pluginhost/adapters.go
rpcPluginAdapterinternal/pluginhost/rpc_client.go
testUsageCapabilityinternal/pluginhost/test_helpers_test.
usageQueuePlugininternal/redisqueue/plugin.go
captureAIStudioUsagePlugininternal/runtime/executor/aistudio_exe
compileTimePluginsdk/pluginapi/types_test.go

Calls

no outgoing calls

Tested by 1

CallMethod · 0.52