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