@backblaze-labs/b2-sdk - v0.2.0
    Preparing search index...

    Function pathSkippedByRegExpInputLimit

    • Tests whether a path is skipped because RegExp filters are configured and the normalized path exceeds the SDK RegExp input guard.

      Parameters

      • relativePath: string

        Folder-relative path using forward slashes.

      • filters: SyncFilterOptions | undefined

        Optional include and exclude filters.

      Returns boolean

      True when any RegExp filter is present and the path is too long to evaluate.