@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Records the vertices and edges of a control flow graph instead of building it, as the bottom-up fold would copy an eager graph once per nesting level. mergeWith() only references the other builder, materialize() replays everything once in recording order — the order an eager merge produced, which the vertex order of a function definition's children relies on.

    Index
    • Record that the other builder is part of this one, it must not be modified afterwards.

      Parameters

      • other: CfgBuilder

        the builder to include

      • forceNested: boolean = false

        should its vertices count as nested (e.g., within a function definition)

      Returns this