Skip to main content

db_path

Function db_path 

Source
pub(crate) fn db_path(
    root: &Path,
    profile: &str,
    profile_suffix: Option<&str>,
    variables: &BTreeMap<String, String>,
) -> PathBuf
Expand description

Compute the path to the compiler cache database for a given project and profile.