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

Method getChannelTrace

internal/channelz/channelmap.go:133–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131// channels and subChannels.
132type tracedChannel interface {
133 getChannelTrace() *ChannelTrace
134 incrTraceRefCount()
135 decrTraceRefCount()
136 getRefName() string

Callers 1

traceEventMethod · 0.65

Implementers 2

Channelinternal/channelz/channel.go
SubChannelinternal/channelz/subchannel.go

Calls

no outgoing calls

Tested by

no test coverage detected