@eagleoutice/flowr - v2.10.1
    Preparing search index...
    • Produces a reduced version of the given dataflow graph according to the given options.

      Parameters

      • dfg: DataflowGraph
      • options: {
            vertices?: {
                blacklistWithName?: boolean;
                compactFunctions?: boolean;
                keepCd?: boolean;
                keepEnv?: boolean;
                nameRegex?: string;
                tags?: (VertexType | undefined)[];
                [key: string]: unknown;
            };
            [key: string]: unknown;
        }
      • cleanEnv: REnvironmentInformation

      Returns DataflowGraph