weasel API - v0.8.0
    Preparing search index...

    Function dispatchApplyBatch

    • Dispatcher: invokes adapter.applyOps if present, otherwise falls back to applyOpsTo. Convenience for hooks so they don't repeat the ?? applyOpsTo pattern at every call site.

      Type Parameters

      • A

      Parameters

      • adapter: A
      • ops: Op[]
      • Optionallabel: string

      Returns void