Skip to main content

check_for_update_at

Function check_for_update_at 

Source
pub(crate) async fn check_for_update_at(
    url: &str,
    current: &str,
) -> Result<UpdateInfo, String>
Expand description

HTTP layer for check_for_update. Split off so tests can point it at a mockito::Server URL without bringing up a Tauri AppHandle.