HasRootObject returns whether a root object exactly matching the given ID was found.
(ctx context.Context, identifier id.Id)
| 65 | GetRootObject(ctx context.Context, identifier id.Id) (RootObject, bool, error) |
| 66 | // HasRootObject returns whether a root object exactly matching the given ID was found. |
| 67 | HasRootObject(ctx context.Context, identifier id.Id) (bool, error) |
| 68 | // IDToTableName converts the given ID to a table name. The table name will be empty for invalid IDs. |
| 69 | IDToTableName(identifier id.Id) doltdb.TableName |
| 70 | // IterAll iterates over all root objects in the Collection. |
no outgoing calls
no test coverage detected