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