mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
comment doc for RootValue.SetFeatureVersion()
This commit is contained in:
@@ -102,6 +102,7 @@ func (root *RootValue) GetFeatureVersion(ctx context.Context) (ver FeatureVersio
|
||||
return ver, ok, err
|
||||
}
|
||||
|
||||
// SetFeatureVersion writes the Dolt client's FeatureVersion to |root|.
|
||||
func (root *RootValue) SetFeatureVersion(ctx context.Context) (*RootValue, error) {
|
||||
st, err := root.valueSt.Set(featureVersKey, types.Int(DoltFeatureVersion))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user