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

Method popHello

src/brpc/couchbase.cpp:1455–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.80
authenticateAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected