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

Function initBool

server/cast/bool.go:28–31  ·  view source on GitHub ↗

initBool handles all casts that are built-in. This comprises only the source types.

(builtInCasts map[id.Cast]casts.Cast)

Source from the content-addressed store, hash-verified

26
27// initBool handles all casts that are built-in. This comprises only the source types.
28func initBool(builtInCasts map[id.Cast]casts.Cast) {
29 boolExplicit(builtInCasts)
30 boolAssignment(builtInCasts)
31}
32
33// boolExplicit registers all explicit casts. This comprises only the source types.
34func boolExplicit(builtInCasts map[id.Cast]casts.Cast) {

Callers 1

InitFunction · 0.70

Calls 2

boolExplicitFunction · 0.85
boolAssignmentFunction · 0.85

Tested by

no test coverage detected