Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
std::optional<std::string> NetworkService::getLoggedInUserName()
98
{
99
return _loggedInUserName;
100
}
101
102
std::optional<std::string> NetworkService::getPassword()
103
{
Callers
11
processRequest
Method · 0.80
processIntern
Method · 0.80
onDelete
Method · 0.80
refreshIntern
Method · 0.80
processToolbar
Method · 0.80
processWorkspaceSelectionAndFilter
Method · 0.80
processUserList
Method · 0.80
processStatusBar
Method · 0.80
onToggleLike
Method · 0.80
isOwner
Method · 0.80
open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected