Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
func
Fatalf(format string, args ...any) {
50
defaultLogger.logMsg(FatalLevel, fmt.Sprintf(format, args...))
51
osExit(1)
52
}
Callers
nothing calls this directly
Calls
1
logMsg
Method · 0.80
Tested by
no test coverage detected