| 246 | func (testUsageCapability) HandleUsage(ctx context.Context, record pluginapi.UsageRecord) {} |
| 247 | |
| 248 | type testThinkingCapability struct { |
| 249 | provider string |
| 250 | } |
| 251 | |
| 252 | func (c testThinkingCapability) Identifier() string { |
| 253 | return c.provider |
nothing calls this directly
no outgoing calls
no test coverage detected