| 2375 | } |
| 2376 | |
| 2377 | type fakeStatsReporter struct { |
| 2378 | mu sync.Mutex |
| 2379 | s []workspaceapps.StatsReport |
| 2380 | } |
| 2381 | |
| 2382 | func (r *fakeStatsReporter) stats() []workspaceapps.StatsReport { |
| 2383 | r.mu.Lock() |
nothing calls this directly
no outgoing calls
no test coverage detected