| 88 | } |
| 89 | |
| 90 | type testPoolReloader struct { |
| 91 | pool *aibridged.CachedBridgePool |
| 92 | db database.Store |
| 93 | cfg codersdk.AIBridgeConfig |
| 94 | logger slog.Logger |
| 95 | metrics *aibridged.Metrics |
| 96 | } |
| 97 | |
| 98 | func (r *testPoolReloader) Reload(ctx context.Context) error { |
| 99 | defer r.metrics.RecordReloadAttempt() |
nothing calls this directly
no outgoing calls
no test coverage detected