Skip to main content

FILE_CMD_CACHE

Constant FILE_CMD_CACHE 

Source
const FILE_CMD_CACHE: LocalKey<RefCell<HashMap<String, FileCmdOutput>>>;
Expand description

Cache file -I results to avoid spawning a process per cursor movement / hover. Keyed by path string; only successful results are cached.