Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ ping
Method
ping
tutorial/cpp/CppServer.cpp:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
CalculatorHandler() = default;
50
51
void ping() override { cout <<
"ping()"
<<
'\n'
; }
52
53
int32_t add(const int32_t n1, const int32_t n2) override {
54
cout <<
"add("
<< n1 <<
", "
<< n2 <<
")"
<<
'\n'
;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected