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

Method set_roles

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

Source from the content-addressed store, hash-verified

40
41 const std::string& roles() const { return _roles; }
42 void set_roles(const std::string& roles) { _roles = roles; }
43
44 const std::string& starter() const { return _starter; }
45 void set_starter(const std::string& starter) { _starter = starter; }

Callers 2

VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80

Calls

no outgoing calls

Tested by 1

VerifyCredentialMethod · 0.64