fn is_current(bin: &Path, marker: &Path, expected: &str) -> bool
Returns true if bin exists and marker contains expected.
true
bin
marker
expected
Used to decide whether a cached tool is up-to-date.