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

Function setRPCSucceeded

interop/xds/client/client.go:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220}
221
222func setRPCSucceeded() {
223 atomic.StoreUint32(&rpcSucceeded, 1)
224}
225
226// Wait for the next LoadBalancerStatsRequest.GetNumRpcs to start and complete,
227// and return the distribution of remote peers. This is essentially a clientside

Callers 1

sendRPCsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected