MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / Fatal

Function Fatal

log/log.go:37–40  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

35}
36
37func Fatal(v ...interface{}) {
38 Print(v...)
39 exiter.Exit(1)
40}
41
42func Fatalf(format string, v ...interface{}) {
43 Printf(format, v...)

Callers

nothing calls this directly

Calls 2

PrintFunction · 0.85
ExitMethod · 0.65

Tested by

no test coverage detected