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

Method testString

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

Source from the content-addressed store, hash-verified

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());
108 out = thing;
109 }
110
111 bool testBool(const bool thing) override {
112 printf("testBool(%s)\n", thing ? "true" : "false");

Callers 3

testStringMethod · 0.45
testVoid_clientReturnFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected