Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ testOneway
Method
testOneway
test/cpp/src/TestServer.cpp:366–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
void testOneway(const int32_t aNum) override {
367
printf(
"testOneway(%d): call received\n"
, aNum);
368
}
369
};
370
371
class SecondHandler : public SecondServiceIf
Callers
2
testOneway
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected