func golang.org/x/pkgsite/internal/database.CopyFromChan

2 uses

	golang.org/x/pkgsite/internal/database (current package)
		copy.go#L99: func CopyFromChan(c <-chan RowItem) pgx.CopyFromSource {

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L523: 		docCols, database.CopyFromChan(generateRows()), uniqueCols, "id")