| 1453 | return popStore(policy::CB_BINARY_SASL_AUTH, cas_value); |
| 1454 | } |
| 1455 | bool CouchbaseOperations::CouchbaseResponse::popHello(uint64_t* cas_value) { |
| 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 | } |
no outgoing calls
no test coverage detected