Skip to main content

build_cache

Function build_cache 

Source
pub fn build_cache<F>(
    config: &Config,
    fingerprint: &str,
    command_exists: F,
) -> CmdCache
where F: Fn(&str) -> bool,
Expand description

Build a cache by checking each command with the provided closure.