@tikoci/centrs
    Preparing search index...

    Function buildResolvedRetrieve

    • Build a ResolvedRetrieveRequest from the static request plus an already-resolved CDB record (or undefined for a literal target). Fanout reuses this per group member after loading + decrypting the CDB once, so the resolver settings ladder (env / cli / comment-kv) applies identically to a single target and to every target in a group.

      Parameters

      • request: RetrieveRequest
      • env: Record<string, string | undefined>
      • cdbResolution: CdbResolution | undefined
      • attributeSelections: readonly string[]
      • OptionalmacResolution: { ip: string; mac: string }
      • config: Record<string, string | undefined> = {}

      Returns ResolvedRetrieveRequest