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

Method testDouble

test/cpp/src/TestServer.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 double testDouble(const double thing) override {
132 printf("testDouble(%f)\n", thing);
133 return thing;
134 }
135
136 void testBinary(std::string& _return, const std::string& thing) override {
137 std::ostringstream hexstr;

Callers 2

testDoubleMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected