Skip to content
Snippets Groups Projects

codeintel: Collapse worker handler and processor

Merged Warren Gifford requested to merge ef/refactor-worker-handler into main

Created by: efritz

This is a small refactor that collapses a few layers. Previously a processor was called by a handler called by a worker instance. Now the worker instance calls the handler (previously the processor) directly and we got rid of a useless struct, interface, and set of mocks.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading