@resistdesign/voltra
    Preparing search index...

    Function getDACPathsMatch

    • Check if a given DAC path matches a given resource path.

      Includes checking if the DAC path is a prefix of the resource path and if the DAC path is an exact match of the resource path.

      The DAC path can include wildcard signifier objects at various indices in order to facilitate dynamic matches and grouping by common resource aspects.

      Parameters

      • dacPath: DACResourcePath

        DAC constraint path to evaluate for prefix/exact matches.

      • resourcePath: LiteralValue[]

        Resource path to compare against the DAC path.

      Returns DACPathMatchResults

      Prefix and exact match flags for the comparison.