Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eth0izzle/shhgit
/ InitLogger
Method
InitLogger
core/session.go:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(s *Session) InitLogger() {
49
s.Log = &Logger{}
50
s.Log.SetDebug(*s.Options.Debug)
51
}
52
53
func
(s *Session) InitSignatures() {
54
s.Signatures = GetSignatures(s)
Callers
1
Start
Method · 0.95
Calls
1
SetDebug
Method · 0.80
Tested by
no test coverage detected