Skip to main content

FileViewCache

Type Alias FileViewCache 

Source
pub type FileViewCache = IndexMap<PathBuf, FileViewEntry>;
Expand description

Per-session cache of file ranges already shown to the model.

Aliased Typeยง

pub struct FileViewCache { /* private fields */ }