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

Method testList

test/cpp/src/TestServer.cpp:498–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497
498 void testList(std::function<void(std::vector<int32_t> const& _return)> cob,
499 const std::vector<int32_t>& thing) override {
500 std::vector<int32_t> res;
501 _delegate->testList(res, thing);
502 cob(res);
503 }
504
505 void testEnum(std::function<void(Numberz::type const& _return)> cob,
506 const Numberz::type thing) override {

Callers

nothing calls this directly

Calls 1

testListMethod · 0.45

Tested by

no test coverage detected