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

Method notifyServer

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

Source from the content-addressed store, hash-verified

32MyStubServer::MyStubServer(AbstractServerConnector &connector, serverVersion_t type) : AbstractStubServer(connector, type) {}
33
34void MyStubServer::notifyServer() { cout << "Server got notified" << endl; }
35
36string MyStubServer::sayHello(const string &name) {
37 if (name == "")

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected