MCPcopy Create free account
hub / github.com/EasyRPG/Player / MakeHashKey

Function MakeHashKey

src/cache.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42namespace {
43 std::string MakeHashKey(std::string_view folder_name, std::string_view filename, bool transparent) {
44 return ToString(folder_name) + ":" + ToString(filename) + ":" + (transparent ? "T" : " ");
45 }
46
47 std::string MakeTileHashKey(std::string_view chipset_name, int id) {
48 std::string key;

Callers 2

LoadBitmapFunction · 0.85
ExfontMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected