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

Method Clear

src/brpc/couchbase.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void CouchbaseOperations::CouchbaseRequest::Clear() {
415 _buf.clear();
416 _pipelined_count = 0;
417}
418
419// Support for scope level collections will be added in future.
420// Get the Scope ID for a given scope name

Callers 4

sendRequestFunction · 0.45
beginPipelineMethod · 0.45
executePipelineMethod · 0.45
clearPipelineMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected