Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/gh-ost
/ Debug
Method
Debug
go/base/default_logger.go:18–20 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(*simpleLogger) Debug(args ...
interface
{}) {
19
log.Debug(args[0].(string), args[1:])
20
}
21
22
func
(*simpleLogger) Debugf(format string, args ...
interface
{}) {
23
log.Debugf(format, args...)
Callers
nothing calls this directly
Calls
1
Debug
Method · 0.65
Tested by
no test coverage detected