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

Method isLoggedIn

source/Network/NetworkService.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool NetworkService::isLoggedIn()
93{
94 return static_cast<bool>(_loggedInUserName);
95}
96
97std::optional<std::string> NetworkService::getLoggedInUserName()
98{

Callers 1

processMenubarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected