MCPcopy
hub / github.com/grpc/grpc-go / InfoDepth

Method InfoDepth

grpclog/component.go:32–35  ·  view source on GitHub ↗
(depth int, args ...any)

Source from the content-addressed store, hash-verified

30var cache = map[string]*componentData{}
31
32func (c *componentData) InfoDepth(depth int, args ...any) {
33 args = append([]any{"[" + string(c.name) + "]"}, args...)
34 InfoDepth(depth+1, args...)
35}
36
37func (c *componentData) WarningDepth(depth int, args ...any) {
38 args = append([]any{"[" + string(c.name) + "]"}, args...)

Callers 3

InfoMethod · 0.95
InfofMethod · 0.95
InfolnMethod · 0.95

Calls 1

InfoDepthFunction · 0.85

Tested by

no test coverage detected