MCPcopy 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)]
22struct AppState {
23 tauri: AppHandle,
24}
25
26#[derive(Deserialize)]
27struct RunInput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected