Expand description
Central AppState container, split out from the monolithic module.
Structs§
- AppState
- Global application state shared by the event, networking, and UI layers.
- Pkgbuild
Check Finding - What: Parsed finding line for PKGBUILD static check output.
- Pkgbuild
Tool RawResult - What: Raw execution result for an individual PKGBUILD checker tool.
Enums§
- AurVote
State Ui - What: UI-facing live vote-state for an AUR package.
- Pkgbuild
Check Severity - What: Severity of a parsed PKGBUILD check finding.
- Pkgbuild
Check Status - What: Execution status for PKGBUILD static checks in the preview panel.
- Pkgbuild
Check Tool - What: Supported static checker tool names for PKGBUILD preview checks.
Constants§
- RECENT_
CAPACITY - Maximum number of recent searches to retain (most-recent-first).
Functions§
- recent_
capacity - What: Provide the non-zero capacity used by the LRU recent cache.
Type Aliases§
- File
Sync Result - File database sync result type.