| 1459 | return popStore(policy::CB_BINARY_SET, cas_value); |
| 1460 | } |
| 1461 | bool 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 | // { |
no outgoing calls
no test coverage detected