MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / TestClient

Method TestClient

src/test/test_main.cpp:127–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125{
126public:
127 TestClient(TestServer * poTestServer, const int iWriteCount, const int iAvgValueSize) :
128 m_poTestServer(poTestServer), m_iWriteCount(iWriteCount), m_iAvgValueSize(iAvgValueSize), m_iRunRet(0) { }
129
130 ~TestClient() { }
131

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected