Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinemast/libjson-rpc-cpp
/ addNumbers
Method
addNumbers
src/examples/stubserver.cpp:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
int MyStubServer::addNumbers(int param1, int param2) { return param1 + param2; }
43
44
double MyStubServer::addNumbers2(double param1, double param2) { return param1 + param2; }
45
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected