MCPcopy Create free account
hub / github.com/alibaba/euler / DoIssueRpcCall

Method DoIssueRpcCall

euler/client/rpc_client.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void RpcClientBase::DoIssueRpcCall(RpcContext *ctx) {
55 ctx->destination = rpc_manager_->GetChannel();
56 ctx->destination->IssueRpcCall(ctx);
57}
58
59std::unique_ptr<RpcClient> NewRpcClient(
60 std::shared_ptr<ServerMonitor> monitor, size_t shard_index,

Callers

nothing calls this directly

Calls 2

GetChannelMethod · 0.80
IssueRpcCallMethod · 0.45

Tested by

no test coverage detected