MCPcopy Create free account
hub / github.com/codename-co/stack / health

Function health

packages/app/src-tauri/src/api.rs:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13/// certificate's SANs could never cover a LAN address anyway.
14const BIND_ADDR: &str = "127.0.0.1:57404";
15
16#[get("/")]
17async fn index() -> String {
18 format!("Stack API")
19}
20
21#[get("/health")]
22async fn health() -> String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected