Module app_state

Module app_state 

Source
Expand description

Central AppState container, split out from the monolithic module.

Structs§

AppState
Global application state shared by the event, networking, and UI layers.

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§

FileSyncResult
File database sync result type.