MCPcopy Create free account
hub / github.com/dolthub/doltgresql / LoadCollection

Method LoadCollection

core/sequences/collection_funcs.go:120–122  ·  view source on GitHub ↗

LoadCollection implements the interface objinterface.Collection.

(ctx context.Context, root objinterface.RootValue)

Source from the content-addressed store, hash-verified

118
119// LoadCollection implements the interface objinterface.Collection.
120func (*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.
125func (*Collection) LoadCollectionHash(ctx context.Context, root objinterface.RootValue) (hash.Hash, error) {

Callers

nothing calls this directly

Calls 1

LoadSequencesFunction · 0.85

Tested by

no test coverage detected