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

Method testStruct

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

Source from the content-addressed store, hash-verified

462 }
463
464 void testStruct(std::function<void(Xtruct const& _return)> cob, const Xtruct& thing) override {
465 Xtruct res;
466 _delegate->testStruct(res, thing);
467 cob(res);
468 }
469
470 void testNest(std::function<void(Xtruct2 const& _return)> cob, const Xtruct2& thing) override {
471 Xtruct2 res;

Callers

nothing calls this directly

Calls 1

testStructMethod · 0.45

Tested by

no test coverage detected