MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetImagePath

Method GetImagePath

test/tests/ImageImporterTests.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22public:
23 static std::string GetImagePath(const std::string& name)
24 {
25 return Path::Combine(TestData::GetBasePath(), u8"images", name.c_str());
26 }
27
28 static uint32_t GetHash(void* buffer, size_t bufferLength)
29 {

Callers

nothing calls this directly

Calls 2

GetBasePathFunction · 0.85
CombineFunction · 0.50

Tested by

no test coverage detected