mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 19:39:32 -05:00
74ba1012c2
sequence.getOffset was problematic and didn't have a clear meaning. In addition it was causing a bunch of +1 code at call sites. This patch replaces it with cumulativeNumLeaves which has a clearer meaning.