Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ FailNow
Method
FailNow
internal/test/recorder.go:38–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(r *recorder) FailNow() {
39
r.Helper()
40
r.failed = true
41
panic(RecorderFailNow)
42
}
43
44
func
(r *recorder) Failed() bool {
45
return
r.failed
Callers
nothing calls this directly
Calls
1
Helper
Method · 0.95
Tested by
no test coverage detected