| 459 | } |
| 460 | |
| 461 | void ContentResolver::OverridePathHandler(Function<String(StringView)>&& callback) |
| 462 | { |
| 463 | _pathHandler = std::move(callback); |
| 464 | } |
| 465 | |
| 466 | void ContentResolver::PreloadMetadataAsync(StringView path) |
| 467 | { |
no outgoing calls
no test coverage detected