TableNameToID converts the given name to an ID. The ID will be invalid for empty/malformed names.
(name doltdb.TableName)
| 80 | ResolveName(ctx context.Context, name doltdb.TableName) (doltdb.TableName, id.Id, error) |
| 81 | // TableNameToID converts the given name to an ID. The ID will be invalid for empty/malformed names. |
| 82 | TableNameToID(name doltdb.TableName) id.Id |
| 83 | // UpdateField updates the field on the given root object with the new value. Returns a new root object with the |
| 84 | // updated field. |
| 85 | UpdateField(ctx context.Context, rootObject RootObject, fieldName string, newValue any) (RootObject, error) |
no outgoing calls
no test coverage detected