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

Method testMapMap

test/cpp/src/TestServer.cpp:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 }
515
516 void testMapMap(
517 std::function<void(std::map<int32_t, std::map<int32_t, int32_t> > const& _return)> cob,
518 const int32_t hello) override {
519 std::map<int32_t, std::map<int32_t, int32_t> > res;
520 _delegate->testMapMap(res, hello);
521 cob(res);
522 }
523
524 void testInsanity(
525 std::function<void(std::map<UserId, std::map<Numberz::type, Insanity> > const& _return)> cob,

Callers

nothing calls this directly

Calls 1

testMapMapMethod · 0.45

Tested by

no test coverage detected