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

Method popAuthenticate

src/brpc/couchbase.cpp:1451–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451bool CouchbaseOperations::CouchbaseResponse::popAuthenticate(
1452 uint64_t* cas_value) {
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}

Callers 2

mainFunction · 0.80
authenticateAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected