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

Method LoadCollection

core/functions/collection_funcs.go:71–73  ·  view source on GitHub ↗

LoadCollection implements the interface objinterface.Collection.

(ctx context.Context, root objinterface.RootValue)

Source from the content-addressed store, hash-verified

69
70// LoadCollection implements the interface objinterface.Collection.
71func (*Collection) LoadCollection(ctx context.Context, root objinterface.RootValue) (objinterface.Collection, error) {
72 return LoadFunctions(ctx, root)
73}
74
75// LoadCollectionHash implements the interface objinterface.Collection.
76func (*Collection) LoadCollectionHash(ctx context.Context, root objinterface.RootValue) (hash.Hash, error) {

Callers

nothing calls this directly

Calls 1

LoadFunctionsFunction · 0.85

Tested by

no test coverage detected