Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/mock
/ Errorf
Method
Errorf
gomock/controller.go:157–159 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
155
}
156
157
func
(h *nopTestHelper) Errorf(format string, args ...any) {
158
h.t.Errorf(format, args...)
159
}
160
161
func
(h *nopTestHelper) Fatalf(format string, args ...any) {
162
h.t.Fatalf(format, args...)
Callers
nothing calls this directly
Calls
1
Errorf
Method · 0.65
Tested by
no test coverage detected