| 16 | } |
| 17 | |
| 18 | std::wstring CachedResource::TryCreateLocalResourceCacheDirectory() |
| 19 | { |
| 20 | auto path = GetResourceLocalPath(); |
| 21 | TryCreateDirectory(path); |
| 22 | return path; |
| 23 | } |
| 24 | |
| 25 | std::wstring CachedResource::GetLocalPath() const |
| 26 | { |
nothing calls this directly
no test coverage detected