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

    This is a request to process a folder as a project, which will be expanded by the registered FlowrAnalyzerProjectDiscoveryPlugins.

    interface RProjectAnalysisRequest {
        content: string;
        request: "project";
    }
    Index

    Properties

    Properties

    content: string

    The path to the root folder (an absolute path is probably best here).

    request: "project"