Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moonD4rk/HackBrowserData
/ Errorf
Method
Errorf
log/logger.go:88–90 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(l *Logger) Errorf(format string, args ...any) {
89
l.logMsg(ErrorLevel, fmt.Sprintf(format, args...))
90
}
91
92
func
(l *Logger) Fatal(args ...any) {
93
l.logMsg(FatalLevel, fmt.Sprint(args...))
Callers
15
TestLoggerErrorf
Function · 0.95
WriteArchive
Function · 0.80
TestWinUtilTableCoversABEBrowsers
Function · 0.80
TestBuildDump_Empty
Function · 0.80
TestBuildDump_SingleChromium
Function · 0.80
TestBuildDump_MultipleProfilesOneVault
Function · 0.80
TestBuildDump_SkipsNonKeyManager
Function · 0.80
TestBuildDump_SkipsExportError
Function · 0.80
TestBuildDump_JSONRoundTrip
Function · 0.80
TestBuildDump_PartialKeys
Function · 0.80
TestKindDumpRoundTrip
Function · 0.80
TestRetrieversFromKeys
Function · 0.80
Calls
1
logMsg
Method · 0.95
Tested by
15
TestLoggerErrorf
Function · 0.76
TestWinUtilTableCoversABEBrowsers
Function · 0.64
TestBuildDump_Empty
Function · 0.64
TestBuildDump_SingleChromium
Function · 0.64
TestBuildDump_MultipleProfilesOneVault
Function · 0.64
TestBuildDump_SkipsNonKeyManager
Function · 0.64
TestBuildDump_SkipsExportError
Function · 0.64
TestBuildDump_JSONRoundTrip
Function · 0.64
TestBuildDump_PartialKeys
Function · 0.64
TestKindDumpRoundTrip
Function · 0.64
TestRetrieversFromKeys
Function · 0.64
TestBuildFromDump_ForeignKindNoPlatformTable
Function · 0.64