LoadCollection implements the interface objinterface.Collection.
(ctx context.Context, root objinterface.RootValue)
| 118 | |
| 119 | // LoadCollection implements the interface objinterface.Collection. |
| 120 | func (*Collection) LoadCollection(ctx context.Context, root objinterface.RootValue) (objinterface.Collection, error) { |
| 121 | return LoadSequences(ctx, root) |
| 122 | } |
| 123 | |
| 124 | // LoadCollectionHash implements the interface objinterface.Collection. |
| 125 | func (*Collection) LoadCollectionHash(ctx context.Context, root objinterface.RootValue) (hash.Hash, error) { |
nothing calls this directly
no test coverage detected