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