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

Class AppState

packages/app/src-tauri/src/api.rs:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28#[allow(dead_code)]
29struct AppState {
30 tauri: AppHandle,
31}
32
33#[derive(Deserialize)]
34struct RunInput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected