MCPcopy
hub / github.com/actions/actions-runner-controller / Errorf

Method Errorf

testing/runtime/runtime.go:29–31  ·  view source on GitHub ↗
(f string, args ...interface{})

Source from the content-addressed store, hash-verified

27}
28
29func (k Cmdr) Errorf(f string, args ...interface{}) {
30 fmt.Fprintf(os.Stderr, f+"\n", args...)
31}

Callers 15

CombinedOutputMethod · 0.95
mainFunction · 0.45
ValidateMethod · 0.45
ValidateMethod · 0.45
certClientMethod · 0.45
httpClientMethod · 0.45
NewFunction · 0.45
GetSecretMethod · 0.45

Calls

no outgoing calls