Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moonD4rk/HackBrowserData
/ Fatal
Function
Fatal
log/log.go:44–47 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
Fatal(args ...any) {
45
defaultLogger.logMsg(FatalLevel, fmt.Sprint(args...))
46
osExit(1)
47
}
48
49
func
Fatalf(format string, args ...any) {
50
defaultLogger.logMsg(FatalLevel, fmt.Sprintf(format, args...))
Callers
nothing calls this directly
Calls
1
logMsg
Method · 0.80
Tested by
no test coverage detected