mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 10:33:08 -06:00
To facilitate validation, DataStore needs to remember which chunks it's seen, what their refs are, and the Noms type of the Values they encode. Then, DataStore can look at each Value that comes in via WriteValue() and validate it by checking every embedded ref (if any) against this cache. Towards #654