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

Function index

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

Source from the content-addressed store, hash-verified

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