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

Method GetDescriptor

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

Source from the content-addressed store, hash-verified

187 : _sd(sd) {}
188
189 const google::protobuf::ServiceDescriptor* GetDescriptor() {
190 return _sd;
191 }
192
193private:
194 const google::protobuf::ServiceDescriptor* _sd;

Callers 2

TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected