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

4 uses

	github.com/go-pg/pg/v10/types (current package)
		column.go#L79: 		return ScanBytes(rd, n)
		scan.go#L21: 		*v, err = ScanBytes(rd, n)
		scan.go#L80: func ScanBytes(rd Reader, n int) ([]byte, error) {
		scan_value.go#L342: 	b, err := ScanBytes(rd, n)