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

Function CheckAssetDirectoryExists

src/openrct2/platform/Platform.Android.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 AssetCheckResult CheckAssetDirectoryExists(u8string_view path)
317 {
318 return CheckAssetExistsInList(path, true);
319 }
320
321 AssetCheckResult CheckAssetExists(u8string_view path)
322 {

Callers

nothing calls this directly

Calls 1

CheckAssetExistsInListFunction · 0.85

Tested by

no test coverage detected