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

Method popUpsert

src/brpc/couchbase.cpp:1458–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1456 return popStore(policy::CB_HELLO_SELECT_FEATURES, cas_value);
1457}
1458bool CouchbaseOperations::CouchbaseResponse::popUpsert(uint64_t* cas_value) {
1459 return popStore(policy::CB_BINARY_SET, cas_value);
1460}
1461bool CouchbaseOperations::CouchbaseResponse::popAdd(uint64_t* cas_value) {
1462 return popStore(policy::CB_BINARY_ADD, cas_value);
1463}

Callers 2

sendRequestFunction · 0.80
executePipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected