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

Method set_user

src/brpc/authenticator.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 const std::string& user() const { return _user; }
36 void set_user(const std::string& user) { _user = user; }
37
38 const std::string& group() const { return _group; }
39 void set_group(const std::string& group) { _group = group; }

Callers 7

VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80

Calls

no outgoing calls

Tested by 6

VerifyCredentialMethod · 0.64
VerifyCredentialMethod · 0.64
VerifyCredentialMethod · 0.64
VerifyCredentialMethod · 0.64
VerifyCredentialMethod · 0.64
VerifyCredentialMethod · 0.64