Skip to main content

build_stack

Function build_stack 

Source
pub fn build_stack<G>(
    git: &G,
    doc: &PlanDocument,
    view: &DiffView,
    opts: &StackOptions<'_>,
) -> Result<StackResult, EngineError>
Expand description

Build and land the stack. Errors (and leaves the ref untouched) if any stack invariant fails.