Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinemast/libjson-rpc-cpp
/ getCnt
Method
getCnt
src/test/testserver.cpp:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
int TestServer::getCnt() { return cnt; }
57
58
bool TestServer::bindAndAddMethod(const Procedure &proc, AbstractServer<TestServer>::methodPointer_t pointer) {
59
return AbstractServer<TestServer>::bindAndAddMethod(proc, pointer);
Callers
1
test_server.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected