Sanity Library Reference Docs
    Preparing search index...

    The in-memory groq-js dataset the engine's filters evaluate against.

    interface HydratedSnapshot {
        docs: SanityDocument[];
        knownIds: Set<string>;
    }
    Index

    Properties

    Properties

    Hydrated docs, keyed by GDR URI as _id.

    knownIds: Set<string>

    Existence-check helper; the core eval pipeline itself doesn't read it.