@eagleoutice/flowr - v2.10.1
    Preparing search index...
    generators: {
        all: (
            data: ReadonlyFlowrAnalysisProvider,
        ) => Promise<
            FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
        >;
        criterion: (
            input: ReadonlyFlowrAnalysisProvider,
            args: { criterion: SlicingCriteria },
        ) => Promise<
            FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
        >;
        from: (
            _input: ReadonlyFlowrAnalysisProvider,
            args: {
                from:
                    | FlowrSearchElement<ParentInformation>
                    | FlowrSearchElement<ParentInformation>[];
            },
        ) => FlowrSearchElements<ParentInformation>;
        "from-query": (
            input: ReadonlyFlowrAnalysisProvider,
            args: { from: readonly Query[] },
        ) => Promise<
            FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
        >;
        get: (
            input: ReadonlyFlowrAnalysisProvider,
            __namedParameters: { filter: FlowrSearchGetFilter },
        ) => Promise<
            FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
        >;
        syntax: (
            input: ReadonlyFlowrAnalysisProvider,
            args: { captures: readonly string[]; source: string | Query },
        ) => Promise<
            FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
        >;
    } = ...

    All supported generators!

    Type Declaration