MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / toString

Method toString

pcsx2/GameDatabase.cpp:1108–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106}
1107
1108std::string GameDatabase::TrackHash::toString() const
1109{
1110 return fmt::format(
1111 "{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}",
1112 data[0], data[1], data[2], data[3], data[4], data[5], data[6], data[7],
1113 data[8], data[9], data[10], data[11], data[12], data[13], data[14], data[15]);
1114}
1115
1116struct TrackHashHasher
1117{

Callers 1

lookupHashMethod · 0.45

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected