func google.golang.org/grpc/internal/channelz.copyMap
8 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L487: func copyMap(m map[int64]string) map[int64]string {
funcs.go#L526: NestedChans: copyMap(cn.nestedChans),
funcs.go#L527: SubChans: copyMap(cn.subChans),
funcs.go#L573: ListenSockets: copyMap(svr.listenSockets),
funcs.go#L656: cm.NestedChans = copyMap(cn.nestedChans)
funcs.go#L657: cm.SubChans = copyMap(cn.subChans)
funcs.go#L679: cm.Sockets = copyMap(sc.sockets)
funcs.go#L721: sm.ListenSockets = copyMap(svr.listenSockets)
![]() |
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. |