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