MCPcopy Create free account
hub / github.com/apache/brpc / clearPipeline

Method clearPipeline

src/brpc/couchbase.cpp:2626–2633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2624}
2625
2626bool CouchbaseOperations::clearPipeline() {
2627 while (!pipeline_operations_queue.empty()) {
2628 pipeline_operations_queue.pop();
2629 }
2630 pipeline_request_couchbase_req.Clear();
2631 pipeline_active = false;
2632 return true;
2633}
2634} // namespace brpc

Callers 1

performOperationsFunction · 0.80

Calls 3

emptyMethod · 0.45
popMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected