Default applyOps implementation: apply each op in order against
adapter. Used by hooks when an adapter omits applyOps. Apps that
need history integration (checkpoint + push entry) supply their own
applyOps instead.
The _label parameter mirrors the applyOps(ops, label) signature so
call-sites can dispatch through (adapter.applyOps ?? applyOpsTo) with
matching arguments. The default ignores it.
Default
applyOpsimplementation: apply each op in order againstadapter. Used by hooks when an adapter omitsapplyOps. Apps that need history integration (checkpoint + push entry) supply their ownapplyOpsinstead.The
_labelparameter mirrors theapplyOps(ops, label)signature so call-sites can dispatch through(adapter.applyOps ?? applyOpsTo)with matching arguments. The default ignores it.