()
| 2380 | } |
| 2381 | |
| 2382 | func (r *fakeStatsReporter) stats() []workspaceapps.StatsReport { |
| 2383 | r.mu.Lock() |
| 2384 | defer r.mu.Unlock() |
| 2385 | return r.s |
| 2386 | } |
| 2387 | |
| 2388 | func (r *fakeStatsReporter) ReportAppStats(_ context.Context, stats []workspaceapps.StatsReport) error { |
| 2389 | r.mu.Lock() |