golang.org/x/pkgsite/internal/database.chanCopySource.next (field)

6 uses

	golang.org/x/pkgsite/internal/database (current package)
		copy.go#L105: 	next RowItem
		copy.go#L110: 	if cs.next.Err != nil {
		copy.go#L114: 	cs.next, ok = <-cs.c
		copy.go#L120: 	return cs.next.Values, cs.next.Err
		copy.go#L125: 	return cs.next.Err