Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinemast/libjson-rpc-cpp
/ sayHello
Method
sayHello
src/test/test_integration.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
virtual void notifyServer() {}
49
50
virtual std::string sayHello(const std::string &name) { return string(
"Hello "
) + name; }
51
52
virtual int addNumbers(int param1, int param2) { return param1 + param2; }
53
Callers
1
test_integration.cpp
File · 0.45
Calls
1
string
Class · 0.85
Tested by
no test coverage detected