Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Infof
Method
Infof
grpclog/glogger/glogger.go:46–48 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(g *glogger) Infof(format string, args ...any) {
47
glog.InfoDepth(d, fmt.Sprintf(format, args...))
48
}
49
50
func
(g *glogger) InfoDepth(depth int, args ...any) {
51
glog.InfoDepth(depth+d, args...)
Callers
nothing calls this directly
Calls
1
InfoDepth
Method · 0.65
Tested by
no test coverage detected