google.golang.org/grpc/metadata.MD.Copy (method)
20 uses
google.golang.org/grpc/metadata (current package)
metadata.go#L95: func (md MD) Copy() MD {
google.golang.org/grpc/internal/transport
handler_server.go#L236: Trailer: s.trailer.Copy(),
handler_server.go#L322: Header: md.Copy(),
http2_client.go#L1221: Header: s.header.Copy(),
http2_client.go#L1229: Trailer: s.trailer.Copy(),
http2_server.go#L426: Header: metadata.MD(state.data.mdata).Copy(),
http2_server.go#L834: Header: s.header.Copy(),
http2_server.go#L902: Trailer: s.trailer.Copy(),
transport.go#L363: return s.header.Copy(), nil
transport.go#L369: return s.header.Copy(), nil
transport.go#L386: c := s.trailer.Copy()
cloud.google.com/go/cloudtasks/apiv2
doc.go#L55: out = out.Copy()
cloud.google.com/go/container/apiv1
doc.go#L56: out = out.Copy()
cloud.google.com/go/errorreporting/apiv1beta1
doc.go#L59: out = out.Copy()
cloud.google.com/go/iam
iam.go#L336: out = out.Copy()
cloud.google.com/go/logging/apiv2
doc.go#L49: out = out.Copy()
cloud.google.com/go/monitoring/apiv3
doc.go#L60: out = out.Copy()
cloud.google.com/go/profiler
profiler.go#L473: md = md.Copy()
cloud.google.com/go/secretmanager/apiv1
doc.go#L56: out = out.Copy()
cloud.google.com/go/trace/apiv2
doc.go#L59: out = out.Copy()
![]() |
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. |