Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ HasSelectedUser
Function
HasSelectedUser
Goldleaf/source/acc/acc_UserSelection.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
bool HasSelectedUser() {
50
return accountUidIsValid(&g_SelectedUser);
51
}
52
53
void SetSelectedUser(const AccountUid user_id) {
54
g_SelectedUser = user_id;
Callers
5
DisplayApplicationInfo
Method · 0.85
OnFileSelected
Method · 0.85
LaunchWebAppletImpl
Function · 0.85
account_DefaultKey
Method · 0.85
UpdateValues
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected