is_current

Function is_current 

Source
fn is_current(bin: &Path, marker: &Path, expected: &str) -> bool
Expand description

Returns true if bin exists and marker contains expected.

Used to decide whether a cached tool is up-to-date.