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

Method testSet

test/cpp/src/TestServer.cpp:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 }
490
491 void testSet(std::function<void(std::set<int32_t> const& _return)> cob,
492 const std::set<int32_t>& thing) override {
493 std::set<int32_t> res;
494 _delegate->testSet(res, thing);
495 cob(res);
496 }
497
498 void testList(std::function<void(std::vector<int32_t> const& _return)> cob,
499 const std::vector<int32_t>& thing) override {

Callers

nothing calls this directly

Calls 1

testSetMethod · 0.45

Tested by

no test coverage detected