Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eth0izzle/shhgit
/ Info
Method
Info
core/log.go:82–84 ·
view source on GitHub ↗
(format string, args ...interface{})
Source
from the content-addressed store, hash-verified
80
}
81
82
func
(l *Logger) Info(format string, args ...
interface
{}) {
83
l.Log(INFO, format, args...)
84
}
85
86
func
(l *Logger) Debug(format string, args ...
interface
{}) {
87
l.Log(DEBUG, format, args...)
Callers
1
main
Function · 0.80
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected