Skip to main content

build_plan

Function build_plan 

Source
pub async fn build_plan(
    adapter: &(dyn Adapter + '_),
    inventory: &Inventory,
    state: &mut StateStore,
    allow_delete: bool,
) -> Result<Plan>
Expand description

observe backend state and produce a deterministic plan.