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

Method testEnum

test/cpp/src/TestServer.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 Numberz::type testEnum(const Numberz::type thing) override {
235 printf("testEnum(%d)\n", thing);
236 return thing;
237 }
238
239 UserId testTypedef(const UserId thing) override {
240 printf("testTypedef(%" PRId64 ")\n", thing);

Callers 2

testEnumMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected