| 1401 | } |
| 1402 | |
| 1403 | struct PrefetchReq { |
| 1404 | fetch_url: Url, |
| 1405 | cache_key: PathBuf, |
| 1406 | tmp_file: NamedTempFile, |
| 1407 | submit_tx: Sender<CacheMeta>, |
| 1408 | cls: Classification, |
| 1409 | } |
| 1410 | |
| 1411 | async fn prefetch_task( |
| 1412 | state: Arc<AppState>, |
nothing calls this directly
no outgoing calls
no test coverage detected