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

Function internal_error

mserver/MasterService/src/http.rs:808–810  ·  view source on GitHub ↗
(error: &anyhow::Error)

Source from the content-addressed store, hash-verified

806
807async fn browser_page() -> Html<&'static str> {
808 Html(include_str!("../web/browser.html"))
809}
810
811async fn browser_detail_page() -> Html<&'static str> {
812 Html(include_str!("../web/browser-detail.html"))
813}

Callers 11

register_serverFunction · 0.85
list_serversFunction · 0.85
list_modsFunction · 0.85
list_mod_versionsFunction · 0.85
list_mod_serversFunction · 0.85
publish_modFunction · 0.85
delete_modFunction · 0.85
unregister_serverFunction · 0.85
observe_serverFunction · 0.85
prune_serversFunction · 0.85
service_summaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected