pub fn validate_install_candidate(
dirs: &Dirs,
family: NativeToolFamily,
install_root: &Path,
identity: &InstallIdentity,
) -> Result<bool>Expand description
Validate a native candidate without executing its provider or consulting the network. This is the single reuse/activation/shim/lock inspection boundary.