MCPcopy
hub / github.com/moonD4rk/HackBrowserData / Fatalf

Function Fatalf

log/log.go:49–52  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

47}
48
49func Fatalf(format string, args ...any) {
50 defaultLogger.logMsg(FatalLevel, fmt.Sprintf(format, args...))
51 osExit(1)
52}

Callers

nothing calls this directly

Calls 1

logMsgMethod · 0.80

Tested by

no test coverage detected