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

Method ResolveType

server/types/utils.go:63–63  ·  view source on GitHub ↗
(ctx context.Context, name id.Type)

Source from the content-addressed store, hash-verified

61type TypeCollection interface {
62 GetType(context.Context, id.Type) (*DoltgresType, error)
63 ResolveType(ctx context.Context, name id.Type) (*DoltgresType, error)
64 WithCachedType(typeToCache *DoltgresType, f func())
65}
66

Callers 3

WithChildrenMethod · 0.65
WithResolvedChildrenMethod · 0.65
WithResolvedChildrenMethod · 0.65

Implementers 1

TypeCollectioncore/typecollection/typecollection.go

Calls

no outgoing calls

Tested by

no test coverage detected