MCPcopy Create free account
hub / github.com/3rdparty/libprocess / ClientProcess

Method ClientProcess

src/tests/benchmarks.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106{
107public:
108 ClientProcess()
109 : requests(0),
110 responses(0),
111 totalRequests(0),
112 concurrency(0) {}
113
114 ~ClientProcess() override {}
115

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected