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

Method getLoggedInUserName

source/Network/NetworkService.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97std::optional<std::string> NetworkService::getLoggedInUserName()
98{
99 return _loggedInUserName;
100}
101
102std::optional<std::string> NetworkService::getPassword()
103{

Callers 11

processRequestMethod · 0.80
processInternMethod · 0.80
onDeleteMethod · 0.80
refreshInternMethod · 0.80
processToolbarMethod · 0.80
processUserListMethod · 0.80
processStatusBarMethod · 0.80
onToggleLikeMethod · 0.80
isOwnerMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected