MCPcopy 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
42int MyStubServer::addNumbers(int param1, int param2) { return param1 + param2; }
43
44double MyStubServer::addNumbers2(double param1, double param2) { return param1 + param2; }
45

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected