ResolveName finds the closest matching (or exact) ID for the given name. If an exact match is not found, then this may error if the name is ambiguous.
(ctx context.Context, name doltdb.TableName)
| 78 | // ResolveName finds the closest matching (or exact) ID for the given name. If an exact match is not found, then |
| 79 | // this may error if the name is ambiguous. |
| 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 |
no outgoing calls
no test coverage detected