MCPcopy Create free account
hub / github.com/git-bug/git-bug / Errorf

Method Errorf

internal/test/recorder.go:27–31  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

25}
26
27func (r *recorder) Errorf(format string, args ...any) {
28 r.Helper()
29 r.failed = true
30 r.fail(fmt.Sprintf(format, args...))
31}
32
33func (r *recorder) Fail() {
34 r.Helper()

Callers 15

finishIdentityMethod · 0.80
DefaultRepoMethod · 0.80
ResolveRepoMethod · 0.80
LoadMethod · 0.80
addMethod · 0.80
PullMethod · 0.80
repoIsAvailableFunction · 0.80
bug_cache.goFile · 0.80
LoginMetaKeyFunction · 0.80
NewBridgeFunction · 0.80
DefaultBridgeFunction · 0.80
RemoveBridgeFunction · 0.80

Calls 1

HelperMethod · 0.95

Tested by 4

deleteRepositoryFunction · 0.64
unmarshalerFunction · 0.64
ValidateMethod · 0.64
ValidateMethod · 0.64