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

Function FormatApplicationId

Goldleaf/source/util/util_String.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 std::string FormatApplicationId(const u64 app_id) {
81 std::stringstream strm;
82 strm << std::uppercase << std::setfill('0') << std::setw(16) << std::hex << app_id;
83 return strm.str();
84 }
85
86 std::string FormatContentId(const NcmContentId &cnt_id) {
87 char cnt_id_str[FS_MAX_PATH] = {};

Callers 6

ShowInstallDialogPageFunction · 0.50
DisplayContentInfoMethod · 0.50
UpdateElementsMethod · 0.50
tickets_DefaultKeyMethod · 0.50
StartExportMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected