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

Method after

rpc_util.go:241–241  ·  view source on GitHub ↗

after is called after the call has completed. after cannot return an error, so any failures should be reported via output parameters.

(*callInfo, *csAttempt)

Source from the content-addressed store, hash-verified

239 // after is called after the call has completed. after cannot return an
240 // error, so any failures should be reported via output parameters.
241 after(*callInfo, *csAttempt)
242}
243
244// EmptyCallOption does not alter the Call configuration.

Callers 1

finishMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected