golang.org/x/pkgsite/internal/postgres.DB.UpdateSearchDocumentsImportedByCount (method)

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		search.go#L745: func (db *DB) UpdateSearchDocumentsImportedByCount(ctx context.Context) (nUpdated int64, err error) {

	golang.org/x/pkgsite/internal/worker
		server.go#L229: 	n, err := s.db.UpdateSearchDocumentsImportedByCount(r.Context())