Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Infoln
Method
Infoln
grpclog/component.go:84–86 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(c *componentData) Infoln(args ...any) {
85
c.InfoDepth(1, args...)
86
}
87
88
func
(c *componentData) Warningln(args ...any) {
89
c.WarningDepth(1, args...)
Callers
nothing calls this directly
Calls
1
InfoDepth
Method · 0.95
Tested by
no test coverage detected