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

Method methodWithoutParameters

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

Source from the content-addressed store, hash-verified

63 }
64
65 virtual std::string methodWithoutParameters() { return "foo"; }
66
67 virtual Json::Value calculate(const Json::Value &args) { return Json::Value(args); }
68};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected