MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / PrefetchReq

Class PrefetchReq

opensuse-proxy-cache/src/main.rs:1403–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1401}
1402
1403struct PrefetchReq {
1404 fetch_url: Url,
1405 cache_key: PathBuf,
1406 tmp_file: NamedTempFile,
1407 submit_tx: Sender<CacheMeta>,
1408 cls: Classification,
1409}
1410
1411async fn prefetch_task(
1412 state: Arc<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected