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

    Variable BuiltInProcessorMapperConst

    BuiltInProcessorMapper: {
        "builtin:acc": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: {
                resolveField?: (...) | (...) | (...);
                treatIndicesAsString: boolean;
            } & ForceArguments,
        ) => DataflowInformation;
        "builtin:app": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: BuiltInApplyConfiguration,
        ) => DataflowInformation;
        "builtin:assign": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: AssignmentConfiguration,
        ) => DataflowInformation;
        "builtin:assign-l": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: ExtendedAssignmentConfiguration,
        ) => DataflowInformation;
        "builtin:attach": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:class-gen": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:d": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: DefaultBuiltInProcessorConfiguration,
        ) => DataflowInformation;
        "builtin:d-ra": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: Pick<
                DefaultBuiltInProcessorConfiguration,
                "useAsProcessor"
                | "forceArgs"
                | "markArgsAsNSE"
                | "markArgsAsMasked",
            >,
        ) => DataflowInformation;
        "builtin:define-arg": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: AssignmentConfiguration,
        ) => DataflowInformation;
        "builtin:el": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:eval": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { includeFunctionCall?: boolean; supportFunctionCall?: boolean },
        ) => DataflowInformation;
        "builtin:f-def": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:fl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:get": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:ite": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config?: IfThenElseConfig,
        ) => DataflowInformation;
        "builtin:lib": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config?: LibraryProcessorConfig,
        ) => DataflowInformation;
        "builtin:list": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:load": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:local": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: LocalFunctionConfiguration,
        ) => DataflowInformation;
        "builtin:nenv": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:ns-access": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { internal: boolean },
        ) => DataflowInformation;
        "builtin:pipe": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: PipeConfiguration,
        ) => DataflowInformation;
        "builtin:purrr-f": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: BuiltInPurrrFormulaConfiguration,
        ) => DataflowInformation;
        "builtin:quote": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: QuoteConfig,
        ) => DataflowInformation;
        "builtin:r-hook": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: RegisterHookConfig,
        ) => DataflowInformation;
        "builtin:recall": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: RecallConfig,
        ) => DataflowInformation;
        "builtin:repl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: {
                assignmentOperator?: (...) | (...) | (...);
                assignRootId?: (...) | (...);
                constructName?: (...) | (...);
                makeMaybe?: (...) | (...) | (...);
                readIndices?: (...) | (...) | (...);
            } & ForceArguments,
        ) => DataflowInformation;
        "builtin:rl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:rm": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:s-bop": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { evalRhsWhen?: (...) | (...) | (...); lazy: boolean } & ForceArguments,
        ) => DataflowInformation;
        "builtin:s3-dp": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: S3DispatchConfig,
        ) => DataflowInformation;
        "builtin:s7-dispatch": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:s7-make-constructor": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config?: {
                mode?: (...) | (...);
                wrapIndex?: (...) | (...);
                wrapName?: (...) | (...);
            },
        ) => DataflowInformation;
        "builtin:s7-new-generic": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: S7GenericDispatchConfig,
        ) => DataflowInformation;
        "builtin:source": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { forceFollow?: boolean; includeFunctionCall?: boolean },
        ) => DataflowInformation;
        "builtin:stack-env": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:stopifnot": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:string-template": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: StringTemplateConfiguration,
        ) => DataflowInformation;
        "builtin:try": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: {
                block: string;
                handlers: { error?: (...) | (...); finally?: (...) | (...) };
            },
        ) => DataflowInformation;
        "builtin:vector": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:with": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:wl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<(...) & (...)>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
    } = ...

    Type Declaration