Member Junction
    Preparing search index...

    Assembly-time deny-list enforcer. Normalizes the guard's DenyFields / DenySources into case-insensitive sets and answers "is this field/source allowed into the matrix?".

    Index

    Constructors

    Methods

    • Partitions a list of candidate column names into allowed vs denied — handy for the executor's select step, which filters deny-listed columns out of the matrix before producing values.

      Parameters

      • columns: string[]

        candidate column names

      Returns { allowed: string[]; denied: string[] }

      { allowed, denied } partition