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

Method testI32

test/cpp/src/TestServer.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 int32_t testI32(const int32_t thing) override {
122 printf("testI32(%d)\n", thing);
123 return thing;
124 }
125
126 int64_t testI64(const int64_t thing) override {
127 printf("testI64(%" PRId64 ")\n", thing);

Callers 2

testI32Method · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected