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

Method testUuid

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

Source from the content-addressed store, hash-verified

456 }
457
458 void testUuid(::std::function<void(apache::thrift::TUuid const& _return)> cob, const apache::thrift::TUuid& thing) override {
459 TUuid res;
460 _delegate->testUuid(res, thing);
461 cob(res);
462 }
463
464 void testStruct(std::function<void(Xtruct const& _return)> cob, const Xtruct& thing) override {
465 Xtruct res;

Callers

nothing calls this directly

Calls 1

testUuidMethod · 0.45

Tested by

no test coverage detected