mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 12:19:08 -06:00
Ref Values now have a TargetRef() method that returns the ref.Ref of the target the Value is referencing. Note: This is a breaking change. In old code the Ref() of the Value was the Ref of the underlying target. Fixes #464