Skip to main content

restore_project

Function restore_project 

Source
pub fn restore_project(project_path: &Path) -> Result<Vec<(String, Result<()>)>>
Expand description

Restore dependencies across every project in a tree.

Mirrors pruning: if frontend/, services/api/ and cli/ were each pruned, each is restored by its own manager. The returned label is the adapter name for a project at the root and adapter (relative/path) for a nested one.