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

Method bindAndAddMethod

src/test/testserver.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56int TestServer::getCnt() { return cnt; }
57
58bool TestServer::bindAndAddMethod(const Procedure &proc, AbstractServer<TestServer>::methodPointer_t pointer) {
59 return AbstractServer<TestServer>::bindAndAddMethod(proc, pointer);
60}
61
62bool TestServer::bindAndAddNotification(const Procedure &proc, AbstractServer<TestServer>::notificationPointer_t pointer) {
63 return AbstractServer<TestServer>::bindAndAddNotification(proc, pointer);

Callers 8

TestServerMethod · 0.95
test_server.cppFile · 0.45
SampleServerMethod · 0.45
SampleServerMethod · 0.45
SampleServerMethod · 0.45
SampleServerMethod · 0.45
SampleServerMethod · 0.45
SampleServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected