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
#[allow(dead_code)]
22
struct AppState {
23
tauri: AppHandle,
24
}
25
26
#[derive(Deserialize)]
27
struct RunInput {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected