MCPcopy Index your code
hub / github.com/Firstyear/opensuse-proxy-cache / missing

Function missing

opensuse-proxy-cache/src/main.rs:1347–1351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1345
1346#[instrument(skip_all)]
1347async fn missing() -> Response {
1348 info!("👻 start force missing");
1349
1350 StatusCode::NOT_FOUND.into_response()
1351}
1352
1353async fn monitor_upstream(
1354 client: reqwest::Client,

Callers 3

head_viewFunction · 0.85
get_viewFunction · 0.85
missFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected