Skip to main content

cache_legacy_mode

Function cache_legacy_mode 

Source
fn cache_legacy_mode(
    cache: &DashMap<String, bool>,
    names: &[String],
    is_legacy: bool,
) -> Result<()>