Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ reset
Method
reset
example/couchbase_c++/multithreaded_couchbase_client.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
std::atomic<int> operations_failed{0};
51
52
void reset() {
53
operations_attempted = 0;
54
operations_successful = 0;
55
operations_failed = 0;
56
}
57
};
58
59
// Global statistics
Callers
2
HandleResponse
Method · 0.45
aggregate_stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected