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

Method popAdd

src/brpc/couchbase.cpp:1461–1463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
1464// Warning: Not tested
1465// bool CouchbaseOperations::CouchbaseResponse::PopReplace(uint64_t* cas_value)
1466// {

Callers 3

mainFunction · 0.80
sendRequestFunction · 0.80
executePipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected