MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / current_time_millis

Function current_time_millis

mserver/MasterService/src/http.rs:801–806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

799async fn healthz() -> impl IntoResponse {
800 Json(HealthStatus { status: "ok" })
801}
802
803async fn landing_page() -> Html<&'static str> {
804 Html(include_str!("../web/index.html"))
805}
806
807async fn browser_page() -> Html<&'static str> {
808 Html(include_str!("../web/browser.html"))
809}

Callers 2

register_serverFunction · 0.70
prune_serversFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected