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

Method WithCachedType

server/types/utils.go:64–64  ·  view source on GitHub ↗
(typeToCache *DoltgresType, f func())

Source from the content-addressed store, hash-verified

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
67// Cast is an interface from the core package, redeclared here to get around import cycles.

Callers 1

recursiveDeserializeTypeFunction · 0.65

Implementers 1

TypeCollectioncore/typecollection/typecollection.go

Calls

no outgoing calls

Tested by

no test coverage detected