Function deltachat::sql::is_file_in_use

source ยท
fn is_file_in_use(
    files_in_use: &HashSet<String>,
    namespc_opt: Option<&str>,
    name: &str,
) -> bool