MCPcopy Index your code
hub / github.com/coder/coder / fakeStatsReporter

Struct fakeStatsReporter

coderd/workspaceapps/apptest/apptest.go:2377–2380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2375}
2376
2377type fakeStatsReporter struct {
2378 mu sync.Mutex
2379 s []workspaceapps.StatsReport
2380}
2381
2382func (r *fakeStatsReporter) stats() []workspaceapps.StatsReport {
2383 r.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected