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

Method testTypedef

test/cpp/src/TestServer.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 UserId testTypedef(const UserId thing) override {
240 printf("testTypedef(%" PRId64 ")\n", thing);
241 return thing;
242 }
243
244 void testMapMap(map<int32_t, map<int32_t, int32_t> >& mapmap, const int32_t hello) override {
245 printf("testMapMap(%d)\n", hello);

Callers 2

testTypedefMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected