@eagleoutice/flowr - v2.10.2
    Preparing search index...
    • Validate that the given features are known by flowR.

      Parameters

      • features:
            | string[]
            | (
                | "values"
                | "comments"
                | "variables"
                | "usedPackages"
                | "definedFunctions"
                | "usedFunctions"
                | "assignments"
                | "loops"
                | "controlflow"
                | "dataAccess"
                | "expressionList"
            )[]
            | ["all"]

      Returns Set<
          | "values"
          | "comments"
          | "variables"
          | "usedPackages"
          | "definedFunctions"
          | "usedFunctions"
          | "assignments"
          | "loops"
          | "controlflow"
          | "dataAccess"
          | "expressionList",
      >