MCPcopy
hub / github.com/smallstep/cli / errorf

Function errorf

exec/exec.go:190–192  ·  view source on GitHub ↗
(name string, err error)

Source from the content-addressed store, hash-verified

188}
189
190func errorf(name string, err error) {
191 fmt.Fprintf(os.Stderr, "%s: %s\n", path.Base(name), err.Error())
192}
193
194func errorAndExit(name string, err error) {
195 fmt.Fprintf(os.Stderr, "%s: %s\n", path.Base(name), err.Error())

Callers 2

RunFunction · 0.85
RunWithPidFunction · 0.85

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…