nukeop/nuclear

View on GitHub
packages/main/src/utils/container.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function listen has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  listen(): void {
    const ipc = this.get<IpcMain>(ipcService);
    const logger = this.get<Logger>($ipcLogger);

    this.controllers.forEach((Controller) => {
Severity: Minor
Found in packages/main/src/utils/container.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status