computeMerge
computeMerge(
state):MergeDecision
Defined in: src/automerge-core.ts:129
Pure decision core for the merge train. One action per call; the harness applies it, re-reads, and calls again. Merges take priority over rebases (land what’s ready before disturbing siblings), and within each, NEXT-IN-LINE wins (first actionable), not oldest-first — see the spec’s throughput decision.