Skip to main content

apply_plan

Function apply_plan 

Source
pub fn apply_plan(
    repo_root: &Utf8Path,
    plan: &BuildfixPlan,
    tool: ToolInfo,
    opts: &ApplyOptions,
) -> Result<(BuildfixApply, String)>
Expand description

Apply a plan. When opts.dry_run is true, no files are written, but results and a patch are still produced.