Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moonD4rk/HackBrowserData
/ Error
Function
Error
log/log.go:36–38 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
Error(args ...any) {
37
defaultLogger.logMsg(ErrorLevel, fmt.Sprint(args...))
38
}
39
40
func
Errorf(format string, args ...any) {
41
defaultLogger.logMsg(ErrorLevel, fmt.Sprintf(format, args...))
Callers
nothing calls this directly
Calls
1
logMsg
Method · 0.80
Tested by
no test coverage detected