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

Struct fakeReporter

coderd/workspaceapps/stats_test.go:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type fakeReporter struct {
22 mu sync.Mutex
23 s []workspaceapps.StatsReport
24 err error
25 errN int
26}
27
28func (r *fakeReporter) stats() []workspaceapps.StatsReport {
29 r.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected