Skip to main content

build_walkthrough_guide

Function build_walkthrough_guide 

Source
pub fn build_walkthrough_guide(
    digest: ReviewBriefOutput,
    graph_snapshot_hash: String,
    direction: ReviewDirection,
    change_anchors: Vec<ChangeAnchor>,
) -> WalkthroughGuide
Expand description

Assemble the walkthrough guide from the assembled brief data. Pure over its inputs: the same digest + hash always produce the same guide.