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

Method CallNotification

src/jsonrpccpp/client/client.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void Client::CallNotification(const std::string &name, const Json::Value &parameter) {
75 std::string request, response;
76 protocol->BuildRequest(name, parameter, request, true);
77 connector.SendRPCMessage(request, response);
78}

Callers 2

test_client.cppFile · 0.80
mainFunction · 0.80

Calls 2

BuildRequestMethod · 0.80
SendRPCMessageMethod · 0.45

Tested by

no test coverage detected