Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ GetUserCount
Function
GetUserCount
Goldleaf/source/acc/acc_UserSelection.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
u32 GetUserCount() {
40
s32 count = 0;
41
accountGetUserCount(&count);
42
return static_cast<u32>(count);
43
}
44
45
AccountUid GetSelectedUser() {
46
return g_SelectedUser;
Callers
1
optsDelete_DefaultKey
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected