| 1456 | return popStore(policy::CB_HELLO_SELECT_FEATURES, cas_value); |
| 1457 | } |
| 1458 | bool CouchbaseOperations::CouchbaseResponse::popUpsert(uint64_t* cas_value) { |
| 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 | } |
no outgoing calls
no test coverage detected