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

Method testVoid

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

Source from the content-addressed store, hash-verified

102 TestHandler() = default;
103
104 void testVoid() override { printf("testVoid()\n"); }
105
106 void testString(string& out, const string& thing) override {
107 printf("testString(\"%s\")\n", thing.c_str());

Callers 2

testVoidMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected