MCPcopy Create free account
hub / github.com/cortexproject/cortex / fatal

Function fatal

cmd/thanosconvert/main.go:82–85  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

80}
81
82func fatal(msg string, args ...any) {
83 fmt.Fprintf(os.Stderr, msg+"\n", args...)
84 os.Exit(1)
85}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected