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

Method set_group

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

Source from the content-addressed store, hash-verified

37
38 const std::string& group() const { return _group; }
39 void set_group(const std::string& group) { _group = group; }
40
41 const std::string& roles() const { return _roles; }
42 void set_roles(const std::string& roles) { _roles = roles; }

Callers 2

VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80

Calls

no outgoing calls

Tested by 1

VerifyCredentialMethod · 0.64