MCPcopy Create free account
hub / github.com/chrxh/alien / getPassword

Method getPassword

source/Network/NetworkService.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102std::optional<std::string> NetworkService::getPassword()
103{
104 return _password;
105}
106
107bool NetworkService::createUser(std::string const& userName, std::string const& password, std::string const& email)
108{

Callers 2

processInternMethod · 0.80
processInternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected