Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codename-co/stack
/ AppState
Class
AppState
packages/app/src-tauri/src/api.rs:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
#[get(
"/health"
)]
22
async fn health() -> String {
23
debug!(
"Health check"
);
24
println!(
"Health check"
);
25
format!(
"OK"
)
26
}
27
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected