verify_installed

Function verify_installed 

Source
pub fn verify_installed(
    host_name: &str,
    browsers: Option<&[&str]>,
    scope: Scope,
) -> Result<bool>
Expand description

Verify installation for a host across browsers.

  • If browsers is None, checks all configured browsers in browsers.toml.
  • On Windows, if windows_registry=true, verification is registry-aware.