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

Method after

rpc_util.go:284–286  ·  view source on GitHub ↗
(_ *callInfo, attempt *csAttempt)

Source from the content-addressed store, hash-verified

282
283func (o HeaderCallOption) before(*callInfo) error { return nil }
284func (o HeaderCallOption) after(_ *callInfo, attempt *csAttempt) {
285 *o.HeaderAddr, _ = attempt.transportStream.Header()
286}
287
288// Trailer returns a CallOptions that retrieves the trailer metadata
289// for a unary RPC.

Callers

nothing calls this directly

Calls 1

HeaderMethod · 0.65

Tested by

no test coverage detected