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

Method set_starter

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

Source from the content-addressed store, hash-verified

43
44 const std::string& starter() const { return _starter; }
45 void set_starter(const std::string& starter) { _starter = starter; }
46
47 bool is_service() const { return _is_service; }
48 void set_is_service(bool is_service) { _is_service = is_service; }

Callers 2

VerifyCredentialMethod · 0.80
VerifyCredentialMethod · 0.80

Calls

no outgoing calls

Tested by 1

VerifyCredentialMethod · 0.64