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

Method testEnum

test/cpp/src/TestServer.cpp:505–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 }
504
505 void testEnum(std::function<void(Numberz::type const& _return)> cob,
506 const Numberz::type thing) override {
507 Numberz::type res = _delegate->testEnum(thing);
508 cob(res);
509 }
510
511 void testTypedef(std::function<void(UserId const& _return)> cob, const UserId thing) override {
512 UserId res = _delegate->testTypedef(thing);

Callers

nothing calls this directly

Calls 1

testEnumMethod · 0.45

Tested by

no test coverage detected