MCPcopy
hub / github.com/grafana/dskit / Errorf

Method Errorf

test/recoverable_t_test.go:133–136  ·  test/recoverable_t_test.go::mockTB.Errorf
(format string, args ...any)

Source from the content-addressed store, hash-verified

131func (m *mockTB) Name() string { return "mock" }
132
133func (m *mockTB) Errorf(format string, args ...any) {
134 m.failed = true
135 m.lastError = fmt.Sprintf(format, args...)
136}

Callers 15

setSingleItemMethod · 0.80
AddMethod · 0.80
CompareAndSwapMethod · 0.80
resolveAddrsMethod · 0.80
ValidateMethod · 0.80
CreateClientFunction · 0.80
GetMultiWithErrorMethod · 0.80
HandleMethod · 0.80
UnmarshalMethod · 0.80
UnmarshalMethod · 0.80
UnmarshalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected