MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / idToHex

Function idToHex

common/script/checkpoint_api.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 std::string idToHex(uint64_t id)
105 {
106 return StringUtils::format("%016llX", (unsigned long long)id);
107 }
108
109 // mkdir wants an "sdmc:"-prefixed POSIX path (matching the boot bootstrap);
110 // stat/fopen accept the bare one.

Callers 1

ckpt_title_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected