Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ testVoid
Method
testVoid
test/cpp/src/TestServer.cpp:104–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
TestHandler() = default;
103
104
void testVoid() override { printf(
"testVoid()\n"
); }
105
106
void testString(string& out, const string& thing) override {
107
printf(
"testString(\"
%s\
")\n"
, thing.c_str());
Callers
2
testVoid
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected