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

Method testMulti

test/cpp/src/TestServer.cpp:532–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 }
531
532 void testMulti(std::function<void(Xtruct const& _return)> cob,
533 const int8_t arg0,
534 const int32_t arg1,
535 const int64_t arg2,
536 const std::map<int16_t, std::string>& arg3,
537 const Numberz::type arg4,
538 const UserId arg5) override {
539 Xtruct res;
540 _delegate->testMulti(res, arg0, arg1, arg2, arg3, arg4, arg5);
541 cob(res);
542 }
543
544 void testException(
545 std::function<void()> cob,

Callers

nothing calls this directly

Calls 1

testMultiMethod · 0.45

Tested by

no test coverage detected