FileState

Type Alias FileState 

Source
pub type FileState = HashMap<EntityKey, String>;
Expand description

File-on-disk state: a map from entity keys to their current status as read from the filesystem (e.g., from tasks.md).

Aliased Typeยง

pub struct FileState { /* private fields */ }