MCPcopy Index your code
hub / github.com/apache/devlake / fatal

Function fatal

backend/plugins/github/token/cmd/test_refresh/main.go:237–240  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

235}
236
237func fatal(format string, args ...interface{}) {
238 fmt.Fprintf(os.Stderr, "FATAL: "+format+"\n", args...)
239 os.Exit(1)
240}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected