Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
bool NetworkService::isLoggedIn()
93
{
94
return static_cast<bool>(_loggedInUserName);
95
}
96
97
std::optional<std::string> NetworkService::getLoggedInUserName()
98
{
Callers
1
processMenubar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected