type google.golang.org/grpc/internal/channelz.tracedChannel

4 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L389: 	if v, ok := e.(tracedChannel); ok {
		funcs.go#L451: 	childTC, ok := child.(tracedChannel)
		funcs.go#L466: 		if parentTC, ok := parent.(tracedChannel); ok {
		types.go#L622: type tracedChannel interface {