MCPcopy
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
52func (c *componentData) Info(args ...any) {
53 c.InfoDepth(1, args...)
54}
55
56func (c *componentData) Warning(args ...any) {
57 c.WarningDepth(1, args...)

Callers

nothing calls this directly

Calls 1

InfoDepthMethod · 0.95

Tested by

no test coverage detected