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

Method authenticate

src/brpc/couchbase.cpp:2177–2182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2175}
2176
2177CouchbaseOperations::Result CouchbaseOperations::authenticate(
2178 const std::string& username, const std::string& password,
2179 const std::string& server_address, const std::string& bucket_name) {
2180 return authenticateAll(username, password, server_address, bucket_name, false,
2181 "");
2182}
2183
2184CouchbaseOperations::Result CouchbaseOperations::authenticateSSL(
2185 const std::string& username, const std::string& password,

Callers 3

mainFunction · 0.80
thread_workerFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected