google.golang.org/grpc/internal/channelz.ChannelMetrics.State (field)
12 uses
google.golang.org/grpc/internal/channelz (current package)
channel.go#L95: State atomic.Pointer[connectivity.State]
channel.go#L110: c.State.Store(o.State.Load())
channel.go#L125: if (c.State.Load() == nil) != (oc.State.Load() == nil) {
channel.go#L128: if c.State.Load() != nil && *c.State.Load() != *oc.State.Load() {
channel.go#L154: c.State.Load(), strFromPointer(c.Target.Load()), c.CallsStarted.Load(), c.CallsSucceeded.Load(), c.CallsFailed.Load(), c.LastCallStartedTimestamp.Load(),
channel.go#L162: c.State.Store(&state)
google.golang.org/grpc
clientconn.go#L560: csm.channelz.ChannelMetrics.State.Store(&state)
clientconn.go#L1224: ac.channelz.ChannelMetrics.State.Store(&s)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)