google.golang.org/grpc/internal/channelz.channel.nestedChans (field)
7 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L201: nestedChans: make(map[int64]string),
funcs.go#L526: NestedChans: copyMap(cn.nestedChans),
funcs.go#L656: cm.NestedChans = copyMap(cn.nestedChans)
types.go#L199: nestedChans map[int64]string
types.go#L215: c.nestedChans[id] = v.refName
types.go#L223: delete(c.nestedChans, id)
types.go#L244: if !c.closeCalled || len(c.subChans)+len(c.nestedChans) != 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |