Skip to main content

remove_project_build_cache

Function remove_project_build_cache 

Source
pub async fn remove_project_build_cache(project_root: &Path) -> Result<()>
Expand description

Remove the managed build cache for a project.

ยงErrors

Returns an error if the project root cannot be canonicalized or cache entries cannot be removed.