IDToTableName converts the given ID to a table name. The table name will be empty for invalid IDs.
(identifier id.Id)
| 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. |
| 71 | IterAll(ctx context.Context, callback func(rootObj RootObject) (stop bool, err error)) error |
| 72 | // IterIDs iterates over all IDs in the Collection. |
no outgoing calls
no test coverage detected