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

Method testUuid

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

Source from the content-addressed store, hash-verified

141 }
142
143 void testUuid(apache::thrift::TUuid& _return, const apache::thrift::TUuid& thing) override {
144 printf("testUuid(\"{%s}\")\n", to_string(thing).c_str());
145 _return = thing;
146 }
147
148 void testStruct(Xtruct& out, const Xtruct& thing) override {
149 printf("testStruct({\"%s\", %d, %d, %" PRId64 "})\n",

Callers 1

testUuidMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected