Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moonD4rk/HackBrowserData
/ Debug
Function
Debug
log/log.go:12–14 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
Debug(args ...any) {
13
defaultLogger.logMsg(DebugLevel, fmt.Sprint(args...))
14
}
15
16
func
Debugf(format string, args ...any) {
17
defaultLogger.logMsg(DebugLevel, fmt.Sprintf(format, args...))
Callers
nothing calls this directly
Calls
1
logMsg
Method · 0.80
Tested by
no test coverage detected