MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / GetExportedUserIcon

Function GetExportedUserIcon

Goldleaf/source/acc/acc_UserSelection.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 std::string GetExportedUserIcon() {
160 auto sd_exp = fs::GetSdCardExplorer();
161 return sd_exp->MakeAbsolute(GLEAF_PATH_USER_DATA_DIR "/" + util::FormatHex128(g_SelectedUser) + ".jpg");
162 }
163
164 bool IsLinked() {
165 bool linked = false;

Callers 4

LoadMethod · 0.85
UpdateValuesMethod · 0.85
EditUserIconFunction · 0.85
ExportSelectedUserIconFunction · 0.85

Calls 3

GetSdCardExplorerFunction · 0.85
MakeAbsoluteMethod · 0.80
FormatHex128Function · 0.50

Tested by

no test coverage detected