@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface StaticSliceQueryResult {
        ".meta": BaseQueryMeta;
        results: Record<
            string,
            (Omit<(...), (...)> | Omit<(...), (...)>) & {
                packages?: readonly (...)[];
            },
        >;
    }

    Hierarchy (View Summary)

    Index
    ".meta": BaseQueryMeta
    results: Record<
        string,
        (Omit<(...), (...)> | Omit<(...), (...)>) & { packages?: readonly (...)[] },
    >

    only contains the results of the slice steps to not repeat ourselves, this does not contain the reconstruction if you set the noReconstruction flag.

    The keys are the name each query was given, and the serialized query (i.e., the result of JSON.stringify) for the ones given none. Without a name, multiple slice queries with the same query configuration are therefore not re-executed.