| 314 | } |
| 315 | |
| 316 | AssetCheckResult CheckAssetDirectoryExists(u8string_view path) |
| 317 | { |
| 318 | return CheckAssetExistsInList(path, true); |
| 319 | } |
| 320 | |
| 321 | AssetCheckResult CheckAssetExists(u8string_view path) |
| 322 | { |
nothing calls this directly
no test coverage detected