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

Method isEqual

src/examples/stubserver.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44double MyStubServer::addNumbers2(double param1, double param2) { return param1 + param2; }
45
46bool MyStubServer::isEqual(const string &str1, const string &str2) { return str1 == str2; }
47
48Json::Value MyStubServer::calculate(const Json::Value &args) {
49 Json::Value result;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected