type golang.org/x/pkgsite/internal/database.chanCopySource

5 uses

	golang.org/x/pkgsite/internal/database (current package)
		copy.go#L100: 	return &chanCopySource{c: c}
		copy.go#L103: type chanCopySource struct {
		copy.go#L109: func (cs *chanCopySource) Next() bool {
		copy.go#L119: func (cs *chanCopySource) Values() ([]interface{}, error) {
		copy.go#L124: func (cs *chanCopySource) Err() error {