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

Method testTypedef

test/cpp/src/TestServer.cpp:511–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 }
510
511 void testTypedef(std::function<void(UserId const& _return)> cob, const UserId thing) override {
512 UserId res = _delegate->testTypedef(thing);
513 cob(res);
514 }
515
516 void testMapMap(
517 std::function<void(std::map<int32_t, std::map<int32_t, int32_t> > const& _return)> cob,

Callers

nothing calls this directly

Calls 1

testTypedefMethod · 0.45

Tested by

no test coverage detected