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

Method testOneway

test/cpp/src/TestServer.cpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 void testOneway(const int32_t aNum) override {
367 printf("testOneway(%d): call received\n", aNum);
368 }
369};
370
371class SecondHandler : public SecondServiceIf

Callers 2

testOnewayMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected