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

Method LoadCollection

core/extensions/collection_funcs.go:81–83  ·  view source on GitHub ↗

LoadCollection implements the interface objinterface.Collection.

(ctx context.Context, root objinterface.RootValue)

Source from the content-addressed store, hash-verified

79
80// LoadCollection implements the interface objinterface.Collection.
81func (*Collection) LoadCollection(ctx context.Context, root objinterface.RootValue) (objinterface.Collection, error) {
82 return LoadExtensions(ctx, root)
83}
84
85// LoadCollectionHash implements the interface objinterface.Collection.
86func (*Collection) LoadCollectionHash(ctx context.Context, root objinterface.RootValue) (hash.Hash, error) {

Callers

nothing calls this directly

Calls 1

LoadExtensionsFunction · 0.70

Tested by

no test coverage detected