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

Function idToHex

common/script/checkpoint_api.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ckpt_title_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected