@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • The keys a whole request's results are reported under (see sliceResultKey). Two queries that differ only in their options would want the same key, and only one of them could be reported; those fall back to the serialized query, so nothing is silently merged. Two identical queries still share one entry, as they must.

      Type Parameters

      Parameters

      • queries: readonly T[]
      • describe: (query: T) => string

      Returns string[]