@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • checks whether the flowR search has the expected enrichments

      Parameters

      • name: string | TestLabel
      • parser: KnownParser
      • code: string
      • expectedEnrichments: readonly {
            "call-targets"?: CallTargetsContent;
            "cfg-information"?: { isReachable: (...) | (...) | (...); isRoot: boolean };
            "last-call"?: LastCallContent;
            "query-data"?: QueryDataElementContent;
            roxygen?: {
                documentation: (...)[];
                tags: {
                    aliases?: ...;
                    author?: ...;
                    backref?: ...;
                    concept?: ...;
                    describeIn?: ...;
                    description?: ...;
                    details?: ...;
                    docType?: ...;
                    eval?: ...;
                    evalNamespace?: ...;
                    evalRd?: ...;
                    example?: ...;
                    examples?: ...;
                    examplesIf?: ...;
                    export?: ...;
                    exportClass?: ...;
                    exportMethod?: ...;
                    exportPattern?: ...;
                    exportS3Method?: ...;
                    family?: ...;
                    field?: ...;
                    format?: ...;
                    import?: ...;
                    importClassesFrom?: ...;
                    importFrom?: ...;
                    importMethodsFrom?: ...;
                    includeRmd?: ...;
                    inherit?: ...;
                    inheritDotParams?: ...;
                    inheritParams?: ...;
                    inheritSection?: ...;
                    keywords?: ...;
                    md?: ...;
                    method?: ...;
                    name?: ...;
                    noMd?: ...;
                    noRd?: ...;
                    order?: ...;
                    param?: ...;
                    rawNamespace?: ...;
                    rawRd?: ...;
                    rdname?: ...;
                    references?: ...;
                    return?: ...;
                    returns?: ...;
                    section?: ...;
                    seealso?: ...;
                    slot?: ...;
                    source?: ...;
                    template?: ...;
                    templateVar?: ...;
                    text?: ...;
                    title?: ...;
                    unknown?: ...;
                    usage?: ...;
                    useDynLib?: ...;
                };
                [key: string]: unknown;
            };
        }[]
      • matchType: "every" | "some"
      • ...searches: FlowrSearchLike[]

      Returns void