@sovereignbase/sequencer
    Preparing search index...

    Function find

    • Reads one visible value by zero-based index.

      Type Parameters

      • T

        Consumer-owned sequence value.

      Parameters

      • state: Replica<T>

        Replica whose Projection is read.

      • index: number

        Zero-based visible index.

      Returns T | undefined

      The value at index, or undefined when the index is invalid or its Footage has been released.

      Native code resolves only the Footage Index. The value itself stays in the Replica-owned JavaScript array.