Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eth0izzle/shhgit
/ SetDebug
Method
SetDebug
core/log.go:37–39 ·
view source on GitHub ↗
(d bool)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(l *Logger) SetDebug(d bool) {
38
l.debug = d
39
}
40
41
func
(l *Logger) Log(level int, format string, args ...
interface
{}) {
42
l.Lock()
Callers
1
InitLogger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected