MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetRemoteAddressHandler

Method GetRemoteAddressHandler

tensorflow/contrib/verbs/grpc_verbs_service.cc:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void GrpcVerbsService::GetRemoteAddressHandler(
98 WorkerCall<GetRemoteAddressRequest, GetRemoteAddressResponse>* call) {
99 Status s = GetRemoteAddressSync(&call->request, &call->response);
100 call->SendResponse(ToGrpcStatus(s));
101 ENQUEUE_REQUEST(GetRemoteAddress, false);
102}
103
104// synchronous method
105Status GrpcVerbsService::GetRemoteAddressSync(

Callers

nothing calls this directly

Calls 2

ToGrpcStatusFunction · 0.85
SendResponseMethod · 0.45

Tested by

no test coverage detected