MCPcopy Index your code
hub / github.com/DarthSim/overmind / Fatal

Function Fatal

utils/utils.go:26–30  ·  view source on GitHub ↗

Fatal prints error and exits if errir

(i ...interface{})

Source from the content-addressed store, hash-verified

24
25// Fatal prints error and exits if errir
26func Fatal(i ...interface{}) {
27 fmt.Fprint(os.Stderr, "overmind: ")
28 fmt.Fprintln(os.Stderr, i...)
29 os.Exit(1)
30}
31
32// EscapeTitle makes title usable for tmux session name
33func EscapeTitle(title string) string {

Callers 7

RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
parseProcfileFunction · 0.92
observeMethod · 0.92
FatalOnErrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…