Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firstyear/opensuse-proxy-cache
/ status_view
Function
status_view
opensuse-proxy-cache/src/main.rs:1533–1535 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1531
}
1532
1533
async fn status_view() -> Html<&'static str> {
1534
Html(r#
"Ok"
#)
1535
}
1536
1537
#[derive(Template, WebTemplate)]
1538
#[template(path =
"abuse.html"
)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected