@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface ConfigQueryResult {
        ".meta": BaseQueryMeta;
        config: FlowrConfig;
        specialization?: {
            kind: ProjectKind;
            overwrite: {
                abstractInterpretation?: { dataFrame?: ...; wideningThreshold?: ... };
                defaultEngine?: "r-shell" | "tree-sitter";
                defaultPlugins?: (...)[];
                engines?: (...)[];
                gas?: {
                    features?: ...;
                    heapProvider?: ...;
                    thresholds?: ...;
                    [key: ...]: ...;
                };
                ignoreLoadCalls?: boolean;
                ignoreSourceCalls?: boolean;
                incremental?: { alwaysIncremental?: ...; parsing?: ... };
                inputSources?: {
                    cmdline?: ...;
                    const?: ...;
                    dconst?: ...;
                    ffi?: ...;
                    file?: ...;
                    glob?: ...;
                    lang?: ...;
                    linkedEntryPoints?: ...;
                    linkedObjects?: ...;
                    narrowing?: ...;
                    net?: ...;
                    options?: ...;
                    param?: ...;
                    pure?: ...;
                    rand?: ...;
                    scope?: ...;
                    system?: ...;
                    tempfile?: ...;
                    unknown?: ...;
                    user?: ...;
                };
                linter?: { disabledRules?: ... };
                logLevel?:
                    | "debug"
                    | "silly"
                    | "trace"
                    | "info"
                    | "warn"
                    | "error"
                    | "fatal";
                project?: {
                    basePackages?: ...;
                    classification?: ...;
                    discovery?: ...;
                    failOnInaccessiblePath?: ...;
                    implicitSources?: ...;
                    resolveUnknownPathsOnDisk?: ...;
                    useProjectType?: ...;
                };
                repl?: {
                    autoUseFileProtocol?: ...;
                    dfProcessorHeat?: ...;
                    hints?: ...;
                    plugins?: ...;
                    queryStats?: ...;
                    quickStats?: ...;
                    showPlugins?: ...;
                };
                semantics?: { environment?: ... };
                solver?: {
                    evalStrings?: ...;
                    instrument?: ...;
                    resolveSource?: ...;
                    sigdb?: ...;
                    slicer?: ...;
                    trackEnvironments?: ...;
                    variables?: ...;
                    versionManagement?: ...;
                };
                specializeConfig?: {
                    notebook?: ...;
                    package?: ...;
                    project?: ...;
                    script?: ...;
                    "shiny-app"?: ...;
                    unknown?: ...;
                };
                [key: string]: unknown;
            };
        };
    }

    Hierarchy (View Summary)

    Index
    ".meta": BaseQueryMeta
    config: FlowrConfig
    specialization?: {
        kind: ProjectKind;
        overwrite: {
            abstractInterpretation?: { dataFrame?: ...; wideningThreshold?: ... };
            defaultEngine?: "r-shell" | "tree-sitter";
            defaultPlugins?: (...)[];
            engines?: (...)[];
            gas?: {
                features?: ...;
                heapProvider?: ...;
                thresholds?: ...;
                [key: ...]: ...;
            };
            ignoreLoadCalls?: boolean;
            ignoreSourceCalls?: boolean;
            incremental?: { alwaysIncremental?: ...; parsing?: ... };
            inputSources?: {
                cmdline?: ...;
                const?: ...;
                dconst?: ...;
                ffi?: ...;
                file?: ...;
                glob?: ...;
                lang?: ...;
                linkedEntryPoints?: ...;
                linkedObjects?: ...;
                narrowing?: ...;
                net?: ...;
                options?: ...;
                param?: ...;
                pure?: ...;
                rand?: ...;
                scope?: ...;
                system?: ...;
                tempfile?: ...;
                unknown?: ...;
                user?: ...;
            };
            linter?: { disabledRules?: ... };
            logLevel?:
                | "debug"
                | "silly"
                | "trace"
                | "info"
                | "warn"
                | "error"
                | "fatal";
            project?: {
                basePackages?: ...;
                classification?: ...;
                discovery?: ...;
                failOnInaccessiblePath?: ...;
                implicitSources?: ...;
                resolveUnknownPathsOnDisk?: ...;
                useProjectType?: ...;
            };
            repl?: {
                autoUseFileProtocol?: ...;
                dfProcessorHeat?: ...;
                hints?: ...;
                plugins?: ...;
                queryStats?: ...;
                quickStats?: ...;
                showPlugins?: ...;
            };
            semantics?: { environment?: ... };
            solver?: {
                evalStrings?: ...;
                instrument?: ...;
                resolveSource?: ...;
                sigdb?: ...;
                slicer?: ...;
                trackEnvironments?: ...;
                variables?: ...;
                versionManagement?: ...;
            };
            specializeConfig?: {
                notebook?: ...;
                package?: ...;
                project?: ...;
                script?: ...;
                "shiny-app"?: ...;
                unknown?: ...;
            };
            [key: string]: unknown;
        };
    }

    the project-kind specialization applied to config, if any (surfaced in the repl summary)