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

Method errors

coderd/workspaceapps/stats_test.go:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (r *fakeReporter) errors() int {
35 r.mu.Lock()
36 defer r.mu.Unlock()
37 return r.errN
38}
39
40func (r *fakeReporter) setError(err error) {
41 r.mu.Lock()

Callers 1

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected