LoadCollection loads the Collection from the given root.
(ctx context.Context, root RootValue)
| 89 | HandleMerge(ctx context.Context, mro merge.MergeRootObject) (doltdb.RootObject, *merge.MergeStats, error) |
| 90 | // LoadCollection loads the Collection from the given root. |
| 91 | LoadCollection(ctx context.Context, root RootValue) (Collection, error) |
| 92 | // LoadCollectionHash loads the Collection hash from the given root. This does not load the entire collection from |
| 93 | // the root, and is therefore a bit more performant if only the hash is needed. |
| 94 | LoadCollectionHash(ctx context.Context, root RootValue) (hash.Hash, error) |
no outgoing calls
no test coverage detected