MCPcopy Create free account
hub / github.com/apache/brpc / Response

Method Response

test/brpc_server_unittest.cpp:1886–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1884 DefaultRpcPBMessages() : request(NULL), response(NULL) {}
1885 ::google::protobuf::Message* Request() override { return request; }
1886 ::google::protobuf::Message* Response() override { return response; }
1887
1888 ::google::protobuf::Message* request;
1889 ::google::protobuf::Message* response;

Callers 1

ProcessRpcRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected