func github.com/go-pg/pg/v10/types.ScanBool

3 uses

	github.com/go-pg/pg/v10/types (current package)
		column.go#L56: 		return ScanBool(rd, n)
		scan.go#L238: func ScanBool(rd Reader, n int) (bool, error) {
		scan_value.go#L192: 	flag, err := ScanBool(rd, n)