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

Method IsHydrated

postgres/parser/types/types.go:2486–2488  ·  view source on GitHub ↗

IsHydrated returns true if this is a user-defined type and the TypeMeta is hydrated.

()

Source from the content-addressed store, hash-verified

2484// IsHydrated returns true if this is a user-defined type and the TypeMeta
2485// is hydrated.
2486func (t *T) IsHydrated() bool {
2487 return t.UserDefined() && t.TypeMeta != (UserDefinedTypeMetadata{})
2488}
2489
2490var typNameLiterals map[string]*T
2491

Callers

nothing calls this directly

Calls 1

UserDefinedMethod · 0.95

Tested by

no test coverage detected