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)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)