IterAll iterates over all root objects in the Collection.
(ctx context.Context, callback func(rootObj RootObject) (stop bool, err error))
| 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. |
| 73 | IterIDs(ctx context.Context, callback func(identifier id.Id) (stop bool, err error)) error |
| 74 | // PutRootObject updates the Collection with the given root object. This may error if the root object already exists. |
no outgoing calls
no test coverage detected