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

Method popPrepend

src/brpc/couchbase.cpp:1472–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470 return popStore(policy::CB_BINARY_APPEND, cas_value);
1471}
1472bool CouchbaseOperations::CouchbaseResponse::popPrepend(uint64_t* cas_value) {
1473 return popStore(policy::CB_BINARY_PREPEND, cas_value);
1474}
1475bool CouchbaseOperations::CouchbaseResponse::popSelectBucket(
1476 uint64_t* cas_value) {
1477 if (popStore(policy::CB_SELECT_BUCKET, cas_value) == false) {

Callers 2

sendRequestFunction · 0.80
executePipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected