MCPcopy 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

OnFileSelectedMethod · 0.85
LaunchWebAppletImplFunction · 0.85
account_DefaultKeyMethod · 0.85
UpdateValuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected