Skip to content

codeintel: Collapse worker handler and processor

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