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

Method testNest

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

Source from the content-addressed store, hash-verified

468 }
469
470 void testNest(std::function<void(Xtruct2 const& _return)> cob, const Xtruct2& thing) override {
471 Xtruct2 res;
472 _delegate->testNest(res, thing);
473 cob(res);
474 }
475
476 void testMap(std::function<void(std::map<int32_t, int32_t> const& _return)> cob,
477 const std::map<int32_t, int32_t>& thing) override {

Callers

nothing calls this directly

Calls 1

testNestMethod · 0.45

Tested by

no test coverage detected