Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Info
Method
Info
grpclog/component.go:52–54 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(c *componentData) Info(args ...any) {
53
c.InfoDepth(1, args...)
54
}
55
56
func
(c *componentData) Warning(args ...any) {
57
c.WarningDepth(1, args...)
Callers
nothing calls this directly
Calls
1
InfoDepth
Method · 0.95
Tested by
no test coverage detected