Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ Error
Method
Error
internal/test/recorder.go:21–25 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(r *recorder) Error(args ...any) {
22
r.Helper()
23
r.failed = true
24
r.fail(fmt.Sprint(args...))
25
}
26
27
func
(r *recorder) Errorf(format string, args ...any) {
28
r.Helper()
Callers
nothing calls this directly
Calls
1
Helper
Method · 0.95
Tested by
no test coverage detected