MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / addNumbers

Method addNumbers

src/test/test_integration.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
54 virtual double addNumbers2(double param1, double param2) { return param1 + param2; }
55

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected