mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
Also, factor out a separate NewDataStoreWithRootTracker() since the common case is to use the same value for both the ChunkStore and the RootTracker. Fixes #134