MCPcopy
hub / github.com/digitalocean/doctl / Errorf

Method Errorf

internal/apps/builder/docker_test.go:345–350  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

343}
344
345func (t *testingT) Errorf(format string, args ...any) {
346 t.mtx.Lock()
347 defer t.mtx.Unlock()
348 t.failed = true
349 t.errors = append(t.errors, fmt.Sprintf(format, args...))
350}
351
352func (t *testingT) FailNow() {
353 t.mtx.Lock()

Callers 15

TestMockRunnerFunction · 0.80
TestUserAgentFunction · 0.80
TestVersionFunction · 0.80
TestCommandNameFunction · 0.80
GetGodoClientMethod · 0.80
GetStringMapStringMethod · 0.80
RoundTripMethod · 0.80
CallMethod · 0.80
getDefaultConfigLocationFunction · 0.80
apps_test.goFile · 0.80

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected