func github.com/jackc/pgtype.underlyingBoolType

2 uses

	github.com/jackc/pgtype (current package)
		bool.go#L50: 		if originalSrc, ok := underlyingBoolType(src); ok {
		convert.go#L71: func underlyingBoolType(val interface{}) (interface{}, bool) {