MCPcopy
hub / github.com/grpc/grpc-go / Context

Method Context

stats/opentelemetry/internal/tracing/carrier.go:129–131  ·  view source on GitHub ↗

Context returns the underlying context associated with the `OutgoingCarrier“.

()

Source from the content-addressed store, hash-verified

127// Context returns the underlying context associated with the
128// `OutgoingCarrier“.
129func (c *OutgoingCarrier) Context() context.Context {
130 return c.ctx
131}

Callers 4

traceTagRPCMethod · 0.95
TestOutgoingCarrierMethod · 0.95

Calls

no outgoing calls

Tested by 3

TestOutgoingCarrierMethod · 0.76