MCPcopy Create free account
hub / github.com/apache/thrift / roundTripRPC

Method roundTripRPC

lib/cpp/test/OneWayHTTPTest.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 OneWayServiceHandler() = default;
67
68 void roundTripRPC() override {
69#ifdef ENABLE_STDERR_LOGGING
70 cerr << "roundTripRPC()" << '\n';
71#endif
72 }
73 void oneWayRPC() override {
74#ifdef ENABLE_STDERR_LOGGING
75 cerr << "oneWayRPC()" << '\n';

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected