Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
1347
async fn missing() -> Response {
1348
info!(
"👻 start force missing"
);
1349
1350
StatusCode::NOT_FOUND.into_response()
1351
}
1352
1353
async fn monitor_upstream(
1354
client: reqwest::Client,
Callers
3
head_view
Function · 0.85
get_view
Function · 0.85
miss
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected