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

Method Failed

testutil/retry.go:176–181  ·  view source on GitHub ↗

Failed implements testing.TB. Failed reports whether the function has failed.

()

Source from the content-addressed store, hash-verified

174
175// Failed implements testing.TB. Failed reports whether the function has failed.
176func (t *fakeT) Failed() bool {
177 t.T.Helper()
178 t.mu.Lock()
179 defer t.mu.Unlock()
180 return t.failed
181}
182
183// Fatal implements testing.TB. Fatal is equivalent to Log followed by FailNow.
184func (t *fakeT) Fatal(args ...any) {

Callers 6

RunRetryFunction · 0.95
DownloadTFProvidersFunction · 0.45
createWorkspaceMethod · 0.45
runMethod · 0.45
TestMetricsCollectorFunction · 0.45
binCmdFunction · 0.45

Calls 3

HelperMethod · 0.65
LockMethod · 0.45
UnlockMethod · 0.45

Tested by 4

createWorkspaceMethod · 0.36
runMethod · 0.36
TestMetricsCollectorFunction · 0.36
binCmdFunction · 0.36