Skip to main content

preview_pipeline

Function preview_pipeline 

Source
pub fn preview_pipeline(
    statements: &[Vec<ExecStage>],
    ctx: &ExecContext,
) -> Vec<String>
Expand description

Render a human-readable, non-executing preview of statements against ctx. Used by --dry-run to log the commands that would have run.